Upgrade Django from 5.2 to 6.0 (#20).
Align Model.save with keyword-only Django 6 API, fix recaptcha score widget usage, and make Payments.date use a callable default.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ description = "Django site for SCHA Wheaton"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"django>=5.2,<6",
|
||||
"django>=6.0,<7",
|
||||
"django-phonenumber-field>=8.1.0",
|
||||
"django-recaptcha>=4.1.0",
|
||||
"gunicorn>=23.0.0",
|
||||
|
||||
Reference in New Issue
Block a user