1
0
mirror of https://github.com/django/django.git synced 2025-10-24 22:26:08 +00:00

Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.

Regression in 58da81a5a3.
This commit is contained in:
Sergey Fedoseev
2017-12-06 14:59:30 +05:00
committed by Tim Graham
parent 10bfa876be
commit da71e4bb08
3 changed files with 7 additions and 0 deletions

View File

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