Skip to content

Commit 46a3afc

Browse files
committed
Remove 'default_app_config'
This is no longer necessary since we don't support Django < 3.2, which is where the automatic configuration behavior was added [1]. [1] https://docs.djangoproject.com/en/4.0/releases/3.2/#automatic-appconfig-discovery Signed-off-by: Stephen Finucane <[email protected]>
1 parent ad99940 commit 46a3afc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

patchwork/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
VERSION = (3, 1, 0, 'alpha', 0)
99

1010
__version__ = get_latest_version(VERSION)
11-
12-
default_app_config = 'patchwork.apps.PatchworkAppConfig'

0 commit comments

Comments
 (0)