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