django1/django
Tim Graham 4538cbf17d Fixed #24299 -- Added an auth migration to ensure contenttypes is migrated.
Without this migration, the auth signal handlers will fail if migrating
only auth.
2015-02-16 14:52:30 -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 Fixed #24299 -- Added an auth migration to ensure contenttypes is migrated. 2015-02-16 14:52:30 -05:00
core Fixed #24320 - Used field.value_to_string() in serialization of foreign key. 2015-02-13 12:37:23 -05:00
db Fixed #24225, #24264, #24282 -- Rewrote model reloading in migration project state 2015-02-16 19:31:51 +01: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