diff --git a/more_admin_filters/apps.py b/more_admin_filters/apps.py index 3366937..c0e3c52 100644 --- a/more_admin_filters/apps.py +++ b/more_admin_filters/apps.py @@ -2,4 +2,4 @@ from django.apps import AppConfig class DjangoAdminSelectfilterConfig(AppConfig): - name = 'more_admin_filters' \ No newline at end of file + name = 'more_admin_filters' diff --git a/tests/testapp/settings.py b/tests/testapp/settings.py index 0ce4d96..6846dfe 100644 --- a/tests/testapp/settings.py +++ b/tests/testapp/settings.py @@ -127,4 +127,4 @@ USE_TZ = True STATIC_URL = '/static/' -DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' \ No newline at end of file +DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'