Skip to content

Django 5.2 support #78

Description

@Larspolo

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions