diff options
Diffstat (limited to 'tests/admin_scripts/another_app_waiting_migration/models.py')
| -rw-r--r-- | tests/admin_scripts/another_app_waiting_migration/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_scripts/another_app_waiting_migration/models.py b/tests/admin_scripts/another_app_waiting_migration/models.py index c089cb64e6..be73590caa 100644 --- a/tests/admin_scripts/another_app_waiting_migration/models.py +++ b/tests/admin_scripts/another_app_waiting_migration/models.py @@ -5,4 +5,4 @@ class Foo(models.Model): name = models.CharField(max_length=255) class Meta: - app_label = 'another_app_waiting_migration' + app_label = "another_app_waiting_migration" |
