django1/django
Tai Lee bcd4c3f27d Fixed #6681 -- Don't break docutils when rendering reStructuredText.
Don't set a global default interpreted role function for reStructuredText.
Instead, use the `default-role` directive to change the default only within
the `parse_rst()` function.

Thanks Malcolm Tredinnick for the report.
2013-10-04 13:27:08 -04:00
..
bin
conf
contrib Fixed #6681 -- Don't break docutils when rendering reStructuredText. 2013-10-04 13:27:08 -04:00
core Fixed #21209 -- .po file path comments on Windows. 2013-10-01 20:37:43 -03:00
db Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden. 2013-10-03 13:20:05 -04:00
dispatch
forms Fixed #20931 -- Fixed select widgets nested choice rendering 2013-09-28 17:25:32 -07:00
http
middleware Fixed #19277 -- Added LocaleMiddleware.response_redirect_class 2013-10-03 16:15:29 -04:00
shortcuts Fixed a mistake in my previous commit. 2013-09-22 14:36:53 +02:00
template
templatetags
test Factorized requires_tz_support decorator in test utils 2013-10-01 13:20:41 +02:00
utils Fix #21185: Added tests for unescape_entities. 2013-09-27 17:00:42 +02:00
views
__init__.py