Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 4696cd9671243958fd4a596631d75b3cbca325c3
https://github.com/django/django/commit/4696cd9671243958fd4a596631d75b3cbca325c3
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:
-----------
Fixed #22477 -- Removed contrib middleware from the global settings defaults.
Also added a compatibility check for changed middleware defaults.
Forwardport of d94de802d3 from stable/1.7.x