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