diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-10-22 14:42:18 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-10-22 20:32:31 +0200 |
| commit | c08f85fd547a3030cca7ac227e3378d70033e517 (patch) | |
| tree | de1a36056697dfe24066042107f9cb71eb7db21b /docs | |
| parent | 2b9eed41fa26537d1af4f818c6e4296ce3305b01 (diff) | |
Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup
Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report
and Tim Graham for the review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.6.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt index 1c2af01c7d..a17af96380 100644 --- a/docs/releases/1.8.6.txt +++ b/docs/releases/1.8.6.txt @@ -34,3 +34,6 @@ Bugfixes and retrieval (:ticket:`25563`). This prevents any models generated in data migrations using ``QuerySet.defer()`` from leaking to test and application code. + +* Fixed a typo in the name of the `strictly_above` PostGIS lookup + (:ticket:`25592`). |
