Branch: refs/heads/stable/1.7.x
Home:
https://github.com/django/django
Commit: d94de802d34c858805a01d3c699799aebc247ec3
https://github.com/django/django/commit/d94de802d34c858805a01d3c699799aebc247ec3
Author: mlavin <
markd...@gmail.com>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M django/conf/global_settings.py
M django/contrib/auth/tests/test_context_processors.py
M django/core/checks/__init__.py
A django/core/checks/compatibility/django_1_7_0.py
M docs/ref/settings.txt
M docs/releases/1.7.txt
M tests/admin_scripts/tests.py
M tests/check_framework/tests.py
M tests/runtests.py
Log Message:
-----------
[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings defaults.
Also added a compatibility check for changed middleware defaults.