mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #27004 -- Made migrations consistency check ignore unapplied squashed migrations.
This commit is contained in:
parent
42f9d65107
commit
d117567c7d
8 changed files with 61 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue