summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-01-17 00:17:54 +0100
committerClaude Paroz <claude@2xlibre.net>2015-01-30 20:29:05 +0100
commitc77dd64402e64e3e53b49634175f1e010a480b67 (patch)
tree22510b6b8c473feca53217da9ce14f6ca756422b /docs
parent7060ef71581c740bcc28ed405225537a411c36b5 (diff)
[1.8.x] Fixed #14483 -- Allowed using subqueries with GIS lookups
Backport of a0b5f15ea5f from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt3
1 files changed, 3 insertions, 0 deletions
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 </ref/contrib/gis/serializers>` 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.