We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
default_auto_field
1 parent ee1a72e commit d56991eCopy full SHA for d56991e
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
CHANGELOG
3
=========
4
5
+Unreleased
6
+==========
7
+
8
+* Fix: Define a ``default_auto_field`` as part of the app config.
9
10
2.2 (2022-04-20)
11
================
12
filer/apps.py
@@ -3,5 +3,6 @@
class FilerConfig(AppConfig):
+ default_auto_field = 'django.db.models.AutoField'
name = 'filer'
verbose_name = _("Filer")
0 commit comments