diff options
| author | Tim Graham <timograham@gmail.com> | 2014-04-30 18:33:46 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-30 18:33:46 -0400 |
| commit | 45c2d1f5d95dfbd6fcb306057e4c7338fb37a1bf (patch) | |
| tree | 1813f8f38e47288ee0d39bb7599b949a55b96f9c /tests | |
| parent | b0d032f9fc3627144fa355158675b6acacab1f23 (diff) | |
flake8 fixes.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/migrations/test_state.py | 1 |
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 |
