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
.coverage
Session.vim
poetry.lock
/env
/data
/old

View File

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