Fixed #27004 -- Made migrations consistency check ignore unapplied squashed migrations.

This commit is contained in:
Jarek Glowacki 2016-08-05 09:37:42 +10:00 committed by Tim Graham
parent 42f9d65107
commit d117567c7d
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):
pass