summaryrefslogtreecommitdiff
path: root/django/contrib/gis/management
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...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) frameworkRussell Keith-Magee2014-01-201-1/+1
* Fixed #21716 -- Only passed arguments supported by ogrinspectClaude Paroz2013-12-311-12/+8
* More attacking E302 violatorsAlex Gaynor2013-11-022-0/+4
* Fixed all the E203 violationsAlex Gaynor2013-10-261-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 comprehensions.Simon Charette2013-08-301-2/+2
* Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham2013-08-291-2/+2
* Fixed #20224 -- Update docs examples which mention __unicode__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 tests and extended sup...Justin Bronn2011-09-172-32/+14
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-132-4/+1
* Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn2010-01-181-187/+31
* Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.Matt Boersma2009-08-211-1/+1
* Fixed `ogrinspect` management commannd -- no longer try to pass the global `v...Justin Bronn2008-10-251-0/+3
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-14/+12
* Merged the gis branch into trunk.Justin Bronn2008-08-055-0/+324