mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #31664 -- Reallowed using non-expressions having filterable attribute as rhs in queryset filters.
Regression in 4edad1ddf6
.
This commit is contained in:
parent
78ad4b4b02
commit
b38d44229f
4 changed files with 18 additions and 4 deletions
|
@ -14,3 +14,7 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in Django 3.0.7 that caused a queryset crash when grouping
|
||||
by a many-to-one relationship (:ticket:`31660`).
|
||||
|
||||
* Reallowed, following a regression in Django 3.0, non-expressions having a
|
||||
``filterable`` attribute to be used as the right-hand side in queryset
|
||||
filters (:ticket:`31664`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue