From c77dd64402e64e3e53b49634175f1e010a480b67 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 17 Jan 2015 00:17:54 +0100 Subject: [1.8.x] Fixed #14483 -- Allowed using subqueries with GIS lookups Backport of a0b5f15ea5f from master. --- docs/releases/1.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 745409d525..44e27241f4 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -216,6 +216,9 @@ Minor features * A new :doc:`GeoJSON serializer ` is now available. +* It is now allowed to include a subquery as a geographic lookup argument, for + example ``City.objects.filter(point__within=Country.objects.filter(continent='Africa').values('mpoly'))``. + * The Spatialite backend now supports ``Collect`` and ``Extent`` aggregates when the database version is 3.0 or later. -- cgit v1.3