diff options
| author | Nicolas Baccelli <nicolas.baccelli@abc-culture.fr> | 2020-06-05 21:01:39 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-08 08:17:23 +0200 |
| commit | b38d44229ff185ad156bcb443d6db0db7ae3eb98 (patch) | |
| tree | a8105c54951821833c8d174df08a6ac1a35e8bd2 /docs | |
| parent | 78ad4b4b0201003792bfdbf1a7781cbc9ee03539 (diff) | |
Fixed #31664 -- Reallowed using non-expressions having filterable attribute as rhs in queryset filters.
Regression in 4edad1ddf6203326e0be4bdb105beecb0fe454c4.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.8.txt b/docs/releases/3.0.8.txt index d21eac37c8..6bb3e39de7 100644 --- a/docs/releases/3.0.8.txt +++ b/docs/releases/3.0.8.txt @@ -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`). |
