Auto-Field adaption for Django >= 3.2

This commit is contained in:
Dirk Alders 2022-10-31 14:08:02 +01:00
parent 61f70d9182
commit bf3256d8d2
2 changed files with 5 additions and 0 deletions

View File

@ -255,3 +255,7 @@ File "%(pathname)s", line %(lineno)d, in %(funcName)s
# Other Configuration issues
#
LOGIN_URL = 'users-login'
# Default Auto Filed
#
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

View File

@ -3,3 +3,4 @@ Pillow>=5.4.1
python-creole>=1.0.0
Whoosh>=2.4.0
django-simple-history>=2.7.3
pytz>=2022.5