summaryrefslogtreecommitdiff
path: root/django/core/checks/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/checks/__init__.py')
-rw-r--r--django/core/checks/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/core/checks/__init__.py b/django/core/checks/__init__.py
index 657d0419f0..4a7479ab2b 100644
--- a/django/core/checks/__init__.py
+++ b/django/core/checks/__init__.py
@@ -10,6 +10,7 @@ from .registry import Tags, register, run_checks, tag_exists
# Import these to force registration of checks
import django.core.checks.caches # NOQA isort:skip
import django.core.checks.compatibility.django_1_8_0 # NOQA isort:skip
+import django.core.checks.compatibility.django_1_10 # NOQA isort:skip
import django.core.checks.database # NOQA isort:skip
import django.core.checks.model_checks # NOQA isort:skip
import django.core.checks.security.base # NOQA isort:skip