I was looking through the codebase and found some inconsistencies in the Django version support claims:
- In the README is states
Django 3.2 to 5.1 supported. (5.2 and 6.0 missing)
- pyproject.toml states both
"django>=3.2", (5.2 and 6.0 included) and "Framework :: Django :: 5.1", "Framework :: Django :: 6.0", (5.2 missing, 6.0 included)
tests/requirements folder contain py314-django52.txt and py314-django60.txt (5.2 and 6.0 included)
With the tests including both 5.2 and 6.0, I assume both are supported and the other documentation is outdated. But wanted to create an issue to confirm and potentially update the documentation
I was looking through the codebase and found some inconsistencies in the Django version support claims:
Django 3.2 to 5.1 supported.(5.2 and 6.0 missing)"django>=3.2",(5.2 and 6.0 included) and"Framework :: Django :: 5.1", "Framework :: Django :: 6.0",(5.2 missing, 6.0 included)tests/requirementsfolder contain py314-django52.txt and py314-django60.txt (5.2 and 6.0 included)With the tests including both 5.2 and 6.0, I assume both are supported and the other documentation is outdated. But wanted to create an issue to confirm and potentially update the documentation