Skip to content

Commit

Permalink
Revert Django to 5.0.8 (#417)
Browse files Browse the repository at this point in the history
Running into a 500 error in the admin due to the following:

farridav/django-jazzmin#593
  • Loading branch information
djperrefort committed Sep 12, 2024
1 parent 08add2a commit f2cd0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keystone-api = "keystone_api.manage:main"
[tool.poetry.dependencies]
python = "^3.11"
coverage = "*"
django = "5.1"
django = "5.0.8"
django-celery-beat = "2.7.0"
django-celery-results = "2.5.1"
django-cors-headers = "4.4.0"
Expand Down

0 comments on commit f2cd0c5

Please sign in to comment.