diff options
Diffstat (limited to 'tests/check_framework/template_test_apps')
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/check_framework/template_test_apps/different_tags_app/apps.py b/tests/check_framework/template_test_apps/different_tags_app/apps.py index 90d54b3d50..bb6d57128c 100644 --- a/tests/check_framework/template_test_apps/different_tags_app/apps.py +++ b/tests/check_framework/template_test_apps/different_tags_app/apps.py @@ -2,4 +2,4 @@ from django.apps import AppConfig class DifferentTagsAppAppConfig(AppConfig): - name = 'check_framework.template_test_apps.different_tags_app' + name = "check_framework.template_test_apps.different_tags_app" diff --git a/tests/check_framework/template_test_apps/same_tags_app_1/apps.py b/tests/check_framework/template_test_apps/same_tags_app_1/apps.py index 44149177a0..7b82f48dc6 100644 --- a/tests/check_framework/template_test_apps/same_tags_app_1/apps.py +++ b/tests/check_framework/template_test_apps/same_tags_app_1/apps.py @@ -2,4 +2,4 @@ from django.apps import AppConfig class SameTagsApp1AppConfig(AppConfig): - name = 'check_framework.template_test_apps.same_tags_app_1' + name = "check_framework.template_test_apps.same_tags_app_1" diff --git a/tests/check_framework/template_test_apps/same_tags_app_2/apps.py b/tests/check_framework/template_test_apps/same_tags_app_2/apps.py index d90c800d1f..e94c0113a6 100644 --- a/tests/check_framework/template_test_apps/same_tags_app_2/apps.py +++ b/tests/check_framework/template_test_apps/same_tags_app_2/apps.py @@ -2,4 +2,4 @@ from django.apps import AppConfig class SameTagsApp2AppConfig(AppConfig): - name = 'check_framework.template_test_apps.same_tags_app_2' + name = "check_framework.template_test_apps.same_tags_app_2" |
