mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
flake8 fixes.
This commit is contained in:
parent
b0d032f9fc
commit
45c2d1f5d9
3 changed files with 2 additions and 4 deletions
|
@ -347,6 +347,7 @@ class StateTests(TestCase):
|
|||
|
||||
class TestModel(models.Model):
|
||||
ct = models.ForeignKey("contenttypes.ContentType")
|
||||
|
||||
class Meta:
|
||||
app_label = "migrations"
|
||||
apps = new_apps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue