mirror of
https://github.com/django/django.git
synced 2025-10-29 00:26:07 +00:00
[2.0.x] Fixed #29054 -- Fixed a regression where a queryset that annotates with geometry objects crashes.
Made GEOSGeometryBase hashable. Regression in19b2dfd1bf. Thanks Tim Graham for the review. Backport ofb002a032f9from master
This commit is contained in:
@@ -17,3 +17,6 @@ Bugfixes
|
||||
|
||||
* Fixed regression in the use of ``QuerySet.values_list(..., flat=True)``
|
||||
followed by ``annotate()`` (:ticket:`29067`).
|
||||
|
||||
* Fixed a regression where a queryset that annotates with geometry objects
|
||||
crashes (:ticket:`29054`).
|
||||
|
||||
Reference in New Issue
Block a user