mirror of
https://github.com/django/django.git
synced 2025-10-30 09:06:13 +00:00
[2.0.x] Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.
Regression in58da81a5a3. Backport ofda71e4bb08from master
This commit is contained in:
committed by
Tim Graham
parent
a5c6040447
commit
ce26ec0163
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user