diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-01-17 00:17:54 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-01-30 20:27:18 +0100 |
| commit | a0b5f15ea5f1abd91da9a5e4e5b6a0fb5a880c43 (patch) | |
| tree | ab860a2f14d200b6d0e0cccc50af69e2a276e88a /docs | |
| parent | 293fd5da5b8c7b79bd34ef793ab45c1bb8ac69ea (diff) | |
Fixed #14483 -- Allowed using subqueries with GIS lookups
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index a283e3c157..1743d6e6ce 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. |
