Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/management/commands
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated GeoManager from inspectdb/ogrinspect o...Tim Graham2015-08-101-15/+0
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-1/+1
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-3/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+3
* Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay2014-07-181-2/+2
* Converted remaining management commands to argparseClaude Paroz2014-06-141-63/+58
* Fixed syntax error in ogrinspect.py management command.Fabio Rueda2014-06-011-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Fixed #21716 -- Only passed arguments supported by ogrins...Claude Paroz2013-12-311-12/+8
* More attacking E302 violatorsAlex Gaynor2013-11-022-0/+4
* Fixed all the E203 violationsAlex Gaynor2013-10-271-3/+3
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Removed a ton of unused local varsAlex Gaynor2013-09-081-2/+2
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-2/+2
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-2/+2
* Fixed #20224 -- Update docs examples which mention __unic...Claude Paroz2013-07-051-1/+1
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #15277 -- Cleaned up `ogrinspect` command, added te...Justin Bronn2011-09-171-17/+14
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-132-4/+1
* Fixed #12637 -- GeoDjango's `inspectdb` command is now a ...Justin Bronn2010-01-181-187/+31
* Fixed #11049: introspection on Oracle now identifies Inte...Matt Boersma2009-08-211-1/+1
* Fixed `ogrinspect` management commannd -- no longer try t...Justin Bronn2008-10-251-0/+3
* Fixed #5461 -- Refactored the database backend code to us...Russell Keith-Magee2008-08-111-14/+12
* Merged the gis branch into trunk.Justin Bronn2008-08-053-0/+309