summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/another_app_waiting_migration/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_scripts/another_app_waiting_migration/models.py')
-rw-r--r--tests/admin_scripts/another_app_waiting_migration/models.py2
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"