You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: