summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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.