diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2017-11-01 19:12:01 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-11-04 10:50:28 -0400 |
| commit | 8869142a4d5b069c61781c0e4c5fdc971b017949 (patch) | |
| tree | bbf057ccc8ea777bb5221834cb8b9ad0d3bf4435 /docs/releases/2.0.txt | |
| parent | 69922d303dbe8e83952f769caff205abbe100bba (diff) | |
Fixed #28632 -- Updated docs about using raw SQL with GIS and doc'd changes from refs #28518 in release notes.
Diffstat (limited to 'docs/releases/2.0.txt')
| -rw-r--r-- | docs/releases/2.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 8d4e227f53..18d170aa1b 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -611,6 +611,11 @@ Miscellaneous * Support for GEOS 3.3.x is dropped. +* The way data is selected for ``GeometryField`` is changed to improve + performance, and in raw SQL queries, those fields must now be wrapped in + ``connection.ops.select``. See the :ref:`Raw queries note<gis-raw-sql>` in + the GIS tutorial for an example. + .. _deprecated-features-2.0: Features deprecated in 2.0 |
