mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.
Regression in 58da81a5a3
.
This commit is contained in:
parent
10bfa876be
commit
da71e4bb08
3 changed files with 7 additions and 0 deletions
|
@ -21,3 +21,5 @@ Bugfixes
|
|||
* Fixed a regression in caching of a ``GenericForeignKey`` when the referenced
|
||||
model instance uses more than one level of multi-table inheritance
|
||||
(:ticket:`28856`).
|
||||
|
||||
* Reallowed filtering a queryset with ``GeometryField=None`` (:ticket:`28896`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue