Updates for Django 3.2

This commit is contained in:
Claude Paroz 2021-07-03 18:54:25 +02:00
parent 5014ee24fc
commit 4172a5f5fe
2 changed files with 3 additions and 2 deletions

View File

@ -59,6 +59,7 @@ DATABASES = {
'USER': 'claude',
}
}
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
AUTH_PASSWORD_VALIDATORS = []

View File

@ -1,4 +1,4 @@
django<3.2
django<4.0
pillow
psycopg2
easy-thumbnails==2.7
easy-thumbnails==2.7.1