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:33:55 +0200
commite241444ef50add7ef6f9c176f84a9bd85060fc18 (patch)
tree3984b0dd45b218cda6c7934288067355741ff2aa /docs
parentc367abb11be9f6758e87df3c178a77af4c5ba1bc (diff)
[1.9.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`).