summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
Diffstat (limited to 'django')
-rw-r--r--django/core/management/commands/migrate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/core/management/commands/migrate.py b/django/core/management/commands/migrate.py
index aecbcd48f1..d7bc67392d 100644
--- a/django/core/management/commands/migrate.py
+++ b/django/core/management/commands/migrate.py
@@ -165,6 +165,7 @@ class Command(BaseCommand):
database=db,
reset_sequences=False,
inhibit_post_migrate=True,
+ skip_checks=True,
)
# Migrate!