mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #27964 -- Made MySQL backend raise exception if spatial transformation is needed for query.
This commit is contained in:
parent
964e490847
commit
44a7b98abb
6 changed files with 29 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue