1
0
mirror of https://github.com/django/django.git synced 2025-10-27 07:36:08 +00:00

[1.10.x] Fixed #27004 -- Made migrations consistency check ignore unapplied squashed migrations.

Backport of d117567c7d from master
This commit is contained in:
Jarek Glowacki
2016-08-05 09:37:42 +10:00
committed by Tim Graham
parent bfd8f16fbd
commit 1e16e141ac
8 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [("migrations", "0002_second")]