summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/mysql/features.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-081-24/+1
|
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-14/+15
|
* Added SpatialFeatures.empty_intersection_returns_none.Tim Graham2021-01-131-2/+5
|
* Fixed #32178 -- Allowed database backends to skip tests and mark expected ↵Hasan Ramezani2020-12-101-0/+14
| | | | | failures. Co-authored-by: Tim Graham <timograham@gmail.com>
* Added SpatialFeatures.unsupported_geojson_options.Tim Graham2020-11-111-0/+1
|
* Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz2019-02-121-1/+0
| | | | | Thanks Viswanathan Mahalingam for the report and initial patch, and Nicke Pope and Tim Graham for the review.
* Fixed #29876 -- MySQL does not support SPATIAL fields in unique indices.Florian Apolloner2018-10-221-0/+5
|
* Fixed #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev2017-08-241-0/+5
|
* Fixed #28436 -- Added support for distance lookups on MySQL.Sergey Fedoseev2017-07-261-1/+0
|
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
|
* Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.Sergey Fedoseev2016-12-151-0/+1
| | | | | Area function, Distance function, and distance lookups now work with geodetic coordinates on SpatiaLite.
* Added MySQL support to GIS functionsClaude Paroz2015-04-221-0/+2
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
|
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-0/+12