django1/django
Tim Graham 098fa12dd3 Refs #24324 -- Fixed crash in {% debug %} tag on Python 2.
If Django is installed in a path that contains non-ASCII characters,
the tag failed with UnicodeDecodeError.
2015-02-18 07:24:13 -05:00
..
apps Added check_apps_ready() to Apps.get_containing_app_config() 2015-02-08 14:52:19 -05:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Deprecated TEMPLATE_DEBUG setting. 2015-02-15 20:47:04 +01:00
contrib Moved contrib.contenttypes tests out of contrib. 2015-02-16 17:45:38 -05:00
core Refs #24324 -- Fixed makemessages crash when Django is installed in a non-ASCII path. 2015-02-17 08:06:33 -05:00
db Refs #24324 -- Fixed UnicodeDecodeError in MigrationWriter on Python 2. 2015-02-17 18:48:15 -05:00
dispatch Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
forms Added missing return value to DurationField.prepare_value(); refs #24339. 2015-02-14 18:38:50 -05:00
http Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
middleware Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
template Refs #24324 -- Fixed crash in {% debug %} tag on Python 2. 2015-02-18 07:24:13 -05:00
templatetags Subclassed template.Node instead of Node for consistency. 2015-02-12 08:04:30 -05:00
test Deprecated TEMPLATE_DEBUG setting. 2015-02-15 20:47:04 +01:00
utils Refs #24324 -- Fixed UnicodeDecodeError in template_backends tests 2015-02-17 18:44:31 -05:00
views Fixed a crash of the debug page. 2015-02-10 21:37:53 +01:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00