index
:
django.git
fix-31295
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
/
management
/
commands
/
inspectdb.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-01-23
Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type(...
Nick Pope
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2015-08-10
Removed deprecated GeoManager from inspectdb/ogrinspect output.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-07-18
Fixed #23028: Added unique_togther support to inspectdb.
Damien Nozay
2013-11-02
More attacking E302 violators
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-01-18
Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...
Justin Bronn
2009-08-21
Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.
Matt Boersma
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-08-05
Merged the gis branch into trunk.
Justin Bronn