1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

flake8 fixes.

This commit is contained in:
Tim Graham
2014-04-30 18:33:46 -04:00
parent b0d032f9fc
commit 45c2d1f5d9
3 changed files with 2 additions and 4 deletions

View File

@@ -347,6 +347,7 @@ class StateTests(TestCase):
class TestModel(models.Model):
ct = models.ForeignKey("contenttypes.ContentType")
class Meta:
app_label = "migrations"
apps = new_apps