From 45c2d1f5d95dfbd6fcb306057e4c7338fb37a1bf Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 30 Apr 2014 18:33:46 -0400 Subject: flake8 fixes. --- tests/migrations/test_state.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit v1.3