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