Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Django <4.2 #269

Closed
samamorgan opened this issue Jan 7, 2024 · 0 comments · Fixed by #277
Closed

Drop support for Django <4.2 #269

samamorgan opened this issue Jan 7, 2024 · 0 comments · Fixed by #277

Comments

@samamorgan
Copy link
Contributor

samamorgan commented Jan 7, 2024

As of April 2024, Django will end support for v3.2-LTS. This package drop support for anything below Django v4.2-LTS in April to ensure new features aren't developed against insecure code.

This has the added benefit of being able to remove sync_to_async calls in tests, which can instead call queryset async methods (aget, acount, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant