summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/spatialite/introspection.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-07-19Fixed typos in comments and a test name.Min ho Kim
2019-01-23Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type(...Nick Pope
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-11-28Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne
2017-09-30Fixed #28654 -- Dropped support for SpatiaLite 4.0.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-09-12Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz
2016-08-09Unified SpatiaLite spellingClaude Paroz
2016-05-31Fixed #25645 -- Dropped support for SpatiaLite < 4.0.Tim Graham
2015-03-18Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-09-25Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-09-12Fixed inspectdb test for spatialite >=4Claude Paroz
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2010-01-18Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn