diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2017-06-26 16:42:31 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-26 15:10:55 -0400 |
| commit | 44a7b98abbec02f1a4f35662040f602fd616d0cd (patch) | |
| tree | 97ad5ee4d1e2ed9ce9272b2737947faabe6464b3 /docs/ref/contrib/gis/tutorial.txt | |
| parent | 964e490847011ed7beb1639f35d62b210f1f5dda (diff) | |
Fixed #27964 -- Made MySQL backend raise exception if spatial transformation is needed for query.
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
