mirror of
https://github.com/django/django.git
synced 2025-03-12 10:22:37 +00:00
[1.7.x] flake8 fixes.
Backport of 45c2d1f5d9 from master.
This commit is contained in:
parent
3cd1db9121
commit
e5941ba5f3
@ -5,9 +5,6 @@ import sys
|
||||
from django.apps import apps
|
||||
from django.db.migrations.recorder import MigrationRecorder
|
||||
from django.db.migrations.graph import MigrationGraph
|
||||
from django.db.migrations.migration import Migration
|
||||
from django.db.migrations.state import ModelState
|
||||
from django.db.migrations import operations
|
||||
from django.utils import six
|
||||
from django.conf import settings
|
||||
|
||||
|
@ -347,6 +347,7 @@ class StateTests(TestCase):
|
||||
|
||||
class TestModel(models.Model):
|
||||
ct = models.ForeignKey("contenttypes.ContentType")
|
||||
|
||||
class Meta:
|
||||
app_label = "migrations"
|
||||
apps = new_apps
|
||||
|
Loading…
x
Reference in New Issue
Block a user