django1/django
Tim Graham c9ece2e6b9 Refs #24324 -- Fixed UnicodeDecodeError in makemigrations.
If the project path contained a non-ASCII character, Python 2 crashed.
2015-02-17 08:12:49 -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 makemigrations. 2015-02-17 08:12:49 -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 Removed unnecessary __init__ definition from DebugLexer. 2015-02-16 19:00:02 +01: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 Fixed #24321 -- Improved `utils.http.same_origin` compliance with RFC6454 2015-02-12 08:58:35 +01: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