Switch to Django 6.0

This commit is contained in:
Tris Forster 2026-04-30 17:09:05 +10:00
parent 5c56d40bf8
commit b1ef2b9dac
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ credentials
local_settings.py local_settings.py
.coverage .coverage
Session.vim Session.vim
poetry.lock
/env /env
/data /data
/old /old

View File

@ -6,9 +6,9 @@ authors = [
{name = "Tris Forster",email = "tris@tfconsulting.com.au"} {name = "Tris Forster",email = "tris@tfconsulting.com.au"}
] ]
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.12"
dependencies = [ dependencies = [
"django (>=5.1,<6.0)", "django (==6.0.4)",
"django-crispy-forms", "django-crispy-forms",
"django-markdown2", "django-markdown2",
"django-rest-framework", "django-rest-framework",