Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #33718 -- Dropped support for MySQL 5.7. | Mariusz Felisiak | 2022-07-08 | 1 | -24/+1 |
| | |||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -14/+15 |
| | |||||
* | Added SpatialFeatures.empty_intersection_returns_none. | Tim Graham | 2021-01-13 | 1 | -2/+5 |
| | |||||
* | Fixed #32178 -- Allowed database backends to skip tests and mark expected ↵ | Hasan Ramezani | 2020-12-10 | 1 | -0/+14 |
| | | | | | failures. Co-authored-by: Tim Graham <timograham@gmail.com> | ||||
* | Added SpatialFeatures.unsupported_geojson_options. | Tim Graham | 2020-11-11 | 1 | -0/+1 |
| | |||||
* | Fixed #22423 -- Added support for MySQL operators on real geometries. | Claude Paroz | 2019-02-12 | 1 | -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 Apolloner | 2018-10-22 | 1 | -0/+5 |
| | |||||
* | Fixed #28518 -- Improved performance of loading geometries from DB. | Sergey Fedoseev | 2017-08-24 | 1 | -0/+5 |
| | |||||
* | Fixed #28436 -- Added support for distance lookups on MySQL. | Sergey Fedoseev | 2017-07-26 | 1 | -1/+0 |
| | |||||
* | Sorted imports per isort 4.2.9. | Tim Graham | 2017-06-01 | 1 | -2/+3 |
| | |||||
* | Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite. | Sergey Fedoseev | 2016-12-15 | 1 | -0/+1 |
| | | | | | Area function, Distance function, and distance lookups now work with geodetic coordinates on SpatiaLite. | ||||
* | Added MySQL support to GIS functions | Claude Paroz | 2015-04-22 | 1 | -0/+2 |
| | |||||
* | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 1 | -1/+2 |
| | |||||
* | Fixed #22603 -- Reorganized classes in django.db.backends. | Tim Graham | 2015-01-14 | 1 | -0/+12 |