diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 2 | ||||
| -rw-r--r-- | docs/releases/2.0.txt | 4 |
2 files changed, 6 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 diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 37bfb48d89..cd1970f08f 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -472,6 +472,10 @@ Miscellaneous option. Add this to your existing migrations or accept an auto-generated migration for fields that use it. +* Performing queries that require :ref:`automatic spatial transformations + <automatic-spatial-transformations>` now raises ``NotImplementedError`` + on MySQL instead of silently using non-transformed geometries. + .. _deprecated-features-2.0: Features deprecated in 2.0 |
