diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-01-27 11:12:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-27 11:12:11 +0100 |
| commit | b002a032f90b8cd228cfcee6c88cd238a8191cc0 (patch) | |
| tree | ba2229bbf9a92f5b45e30e1377610ca572ed616f /docs/releases/2.0.2.txt | |
| parent | 3187c89d6f8c60ca7e78093d5b37e0709e71cea9 (diff) | |
Fixed #29054 -- Fixed a regression where a queryset that annotates with geometry objects crashes.
Made GEOSGeometryBase hashable.
Regression in 19b2dfd1bfe7fd716dd3d8bfa5f972070d83b42f.
Thanks Tim Graham for the review.
Diffstat (limited to 'docs/releases/2.0.2.txt')
| -rw-r--r-- | docs/releases/2.0.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.2.txt b/docs/releases/2.0.2.txt index 4a06ccb792..06968d4ba3 100644 --- a/docs/releases/2.0.2.txt +++ b/docs/releases/2.0.2.txt @@ -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`). |
