django1/django/contrib/gis/db/backends/spatialite
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
adapter.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
base.py Removed obsolete SQL generation methods. 2015-01-18 15:58:06 -05:00
client.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
features.py Fixed #25655 -- Dropped support for GEOS < 3.3 2015-11-01 20:41:52 +01:00
introspection.py Fixed #23757 -- Added 3D introspection support to Spatialite backend 2015-03-18 19:27:44 +01:00
models.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
operations.py Fixed #26455 -- Allowed filtering and repairing invalid geometries. 2016-04-09 09:22:30 -04:00
schema.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00