From d94de802d34c858805a01d3c699799aebc247ec3 Mon Sep 17 00:00:00 2001 From: mlavin Date: Sun, 20 Apr 2014 08:58:29 -0400 Subject: [1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings defaults. Also added a compatibility check for changed middleware defaults. --- django/core/checks/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'django/core/checks/__init__.py') diff --git a/django/core/checks/__init__.py b/django/core/checks/__init__.py index 0d2780abd3..d215b82513 100644 --- a/django/core/checks/__init__.py +++ b/django/core/checks/__init__.py @@ -8,6 +8,7 @@ from .registry import register, run_checks, tag_exists, Tags # Import these to force registration of checks import django.core.checks.compatibility.django_1_6_0 # NOQA +import django.core.checks.compatibility.django_1_7_0 # NOQA import django.core.checks.model_checks # NOQA __all__ = [ -- cgit v1.3