diff options
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`). |
