feat: Upgrade django-registration to 5.1

This commit is contained in:
2024-11-14 21:54:17 +01:00
parent ee46ff9cda
commit c4976c4b34
3 changed files with 21 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ dependencies = [
"model_bakery",
"markdown",
"Pillow",
"django-registration<=3.4",
"django-registration",
"psycopg2-binary",
"django-crispy-forms",
"crispy-bootstrap4",