django1/django/contrib/gis/db/backends/mysql
Daniel Wiesmann c12a00e554 Fixed #26455 -- Allowed filtering and repairing invalid geometries.
Added the IsValid and MakeValid database functions, and the isvalid lookup,
all for PostGIS.

Thanks Tim Graham for the review.
2016-04-09 09:22:30 -04:00
..
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
base.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
features.py Added MySQL support to GIS functions 2015-04-22 19:54:17 +02:00
introspection.py Fixed #23538 -- Added SchemaEditor for MySQL GIS. 2014-09-25 13:53:44 -04:00
operations.py Fixed #26455 -- Allowed filtering and repairing invalid geometries. 2016-04-09 09:22:30 -04:00
schema.py Passed logging message parameters as arguments instead of interpolating them. 2015-12-26 18:35:42 -05:00