Fixed #31664 -- Reallowed using non-expressions having filterable attribute as rhs in queryset filters.

Regression in 4edad1ddf6.
This commit is contained in:
Nicolas Baccelli 2020-06-05 21:01:39 +02:00 committed by Mariusz Felisiak
parent 78ad4b4b02
commit b38d44229f
4 changed files with 18 additions and 4 deletions

View file

@ -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`).