Santiago L
|
2e87c11c80
|
Rename templates to be more djangonist
|
2024-01-26 14:22:18 +01:00 |
Santiago L
|
f8dd7c8775
|
Update code using django-upgrade (target 3.2)
git ls-files -z -- '*.py' | xargs -0 django-upgrade --target-version 3.2
|
2024-01-26 14:05:02 +01:00 |
Santiago L
|
2da18f6b6b
|
Upgrade to be compatible with django 3.2
|
2024-01-26 13:58:51 +01:00 |
Santiago L
|
0d22a9e087
|
Merge branch 'musician' into django-3.2-compat
|
2024-01-26 13:54:30 +01:00 |
Santiago L
|
624b20b084
|
Define DEFAULT_AUTO_FIELD on settings template
Since Django 3.0 default is BigAutoField
|
2023-11-29 10:39:38 +01:00 |
Santiago L
|
049ff451ec
|
Import `ContextDecorator` from std library
https://docs.djangoproject.com/en/4.2/releases/3.0/#removed-private-python-2-compatibility-apis
|
2023-11-29 10:38:54 +01:00 |
Santiago L
|
3ab341a473
|
Add missing import and properly raise PermissionDenied
|
2023-11-29 10:38:18 +01:00 |
Santiago L
|
7592bff81e
|
Upgrade to Django 3.2.X and other dependencies
|
2023-11-29 10:37:33 +01:00 |