From 44a7b98abbec02f1a4f35662040f602fd616d0cd Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Mon, 26 Jun 2017 16:42:31 +0500 Subject: Fixed #27964 -- Made MySQL backend raise exception if spatial transformation is needed for query. --- docs/ref/contrib/gis/tutorial.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref/contrib/gis/tutorial.txt') diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 1fb73c9c7f..7ab3c81415 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -610,6 +610,8 @@ of a queryset:: The ``contains`` and ``intersects`` lookups are just a subset of the available queries -- the :doc:`db-api` documentation has more. +.. _automatic-spatial-transformations: + Automatic Spatial Transformations --------------------------------- When doing spatial queries, GeoDjango automatically transforms -- cgit v1.3