summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-10-22 14:42:18 +0200
committerClaude Paroz <claude@2xlibre.net>2015-10-22 20:35:54 +0200
commit244b7c930f6518024b75a8f87e9bf399cfc79f2f (patch)
treef05388b8002a1242d5b761fdaa414abe727f03fb /docs
parent840e97ab018ef0901fe4731d7502a7e2baf6546b (diff)
[1.8.x] 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. Backport of c08f85fd54 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.6.txt3
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`).