From 244b7c930f6518024b75a8f87e9bf399cfc79f2f Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 22 Oct 2015 14:42:18 +0200 Subject: [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. --- docs/releases/1.8.6.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3