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
This is a patch release dealing with a number of unforeseen issues in 3.15.0.
Please see #9270 for discussion on the project management, and ensuring we're able to get into a much more carefully considered release process for future releases.
(In brief: The project should broadly just be tracking Django versions, and dealing with required security fixes. We need a much higher bar to accepting contributions, and need some clear guidelines to help us manage that process with as little noise and churn as possible.)
This is a patch release dealing with a number of unforeseen issues in 3.15.0.
Please see #9270 for discussion on the project management, and ensuring we're able to get into a much more carefully considered release process for future releases.
(In brief: The project should broadly just be tracking Django versions, and dealing with required security fixes. We need a much higher bar to accepting contributions, and need some clear guidelines to help us manage that process with as little noise and churn as possible.)
The following change has been fixed...
rest_framework.filters.SearchFilter.get_search_terms
returnsstr
instead oflist
#9308The following changes have all been reverted, for the time being...
queryset
attribute, or override theget_queryset()
method." #9306 - Resolved via Revert "Re-prefetch related objects after updating" #9327permissions.DjangoModelPermissionsOrAnonReadOnly
doesn't actually enable anonymous read-only access in 3.15 #9299 - Resolved via Revert #8009 #9332%
characters fromValidationError
#9295 - Resolved via Revert #8863 #9330The text was updated successfully, but these errors were encountered: