summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-04-30 18:33:46 -0400
committerTim Graham <timograham@gmail.com>2014-04-30 18:35:40 -0400
commite5941ba5f3f8787b649d2c5c3492bcbdc121b435 (patch)
tree746ad0bca6b3bbcc8e4f850a9cb132deeb51ae65 /tests
parent3cd1db9121e14f6d227c69779cf04c830241189e (diff)
[1.7.x] flake8 fixes.
Backport of 45c2d1f5d9 from master.
Diffstat (limited to 'tests')
-rw-r--r--tests/migrations/test_state.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/migrations/test_state.py b/tests/migrations/test_state.py
index afd2f8b8b9..ab65630105 100644
--- a/tests/migrations/test_state.py
+++ b/tests/migrations/test_state.py
@@ -347,6 +347,7 @@ class StateTests(TestCase):
class TestModel(models.Model):
ct = models.ForeignKey("contenttypes.ContentType")
+
class Meta:
app_label = "migrations"
apps = new_apps