summaryrefslogtreecommitdiff
path: root/django/contrib/gis/management
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-04-27Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag
2019-01-23Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type(...Nick Pope
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2017-09-20Fixed #28617 -- Made ogrinspect output pep8 compliant.Thomas Schorr
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-08-10Removed deprecated GeoManager from inspectdb/ogrinspect output.Tim Graham
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-07-18Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-06-01Fixed syntax error in ogrinspect.py management command.Fabio Rueda
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-31Fixed #21716 -- Only passed arguments supported by ogrinspectClaude Paroz
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-06-19Removed several unused imports.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-09-17Fixed #15277 -- Cleaned up `ogrinspect` command, added tests and extended sup...Justin Bronn
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-10-25Fixed `ogrinspect` management commannd -- no longer try to pass the global `v...Justin Bronn
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