Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/inspectdb.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-0/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-3/+0
* Fixed #17785 -- Preferred column names in get_relations i...Claude Paroz2015-01-121-3/+3
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Fixed #23679 -- Fixed null introspection for char/text fi...Claude Paroz2014-10-201-2/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-1/+1
* Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay2014-07-181-3/+20
* Fixed #21079 -- Further normalized table names in inspectdbClaude Paroz2014-07-061-1/+1
* Fixed various minor doc typos / references.Daniel Hahler2014-07-061-1/+1
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-3/+3
* Converted remaining management commands to argparseClaude Paroz2014-06-141-8/+6
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Fixed #22322 -- Fixed incorrect explanation of what manag...Tim Graham2014-03-251-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-99/+99
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Adjusted inspectdb management command to yield PEP 8-comp...JustinTArthur2014-01-181-5/+6
* Used app_label instead of appname.Aymeric Augustin2013-12-281-1/+1
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* Fixed #21097 - Added DatabaseFeature.can_introspect_autof...Michael Manfre2013-09-141-2/+5
* Fixed #21090 -- Allowed backends to provide dotted field ...Michael Manfre2013-09-111-1/+6
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-3/+3
* Fixed #5014 -- Guessed max_digits and decimal_places for ...Claude Paroz2013-04-011-2/+9
* Fixed #14305 -- Switched inspectdb to create unmanaged mo...Ramiro Morales2013-02-031-2/+4
* Fixed dict randomization issue in inspectdbClaude Paroz2013-01-311-2/+3
* Fixed #19341 -- Detected NullBooleanField when introspect...Claude Paroz2013-01-311-3/+6
* Added introspection tests for most of Django model fieldsClaude Paroz2013-01-311-1/+1
* Fixed #19676 -- Supported 'self' foreign keys in inspectdb.Aymeric Augustin2013-01-281-3/+3
* Fixed #18843 -- Replaced more special chars in column nam...Claude Paroz2012-08-231-8/+7
* Fixed #12460 -- Improved inspectdb handling of special fi...Claude Paroz2012-08-231-39/+78
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-1/+2
* Made inspectdb tests deal with a smaller generated models...Ramiro Morales2012-06-021-0/+5
* Made table_names() output sorted.Anssi Kääriäinen2012-04-291-1/+1
* Fixed #15076 -- Quoted ForeignKey target class names in i...Claude Paroz2012-04-271-1/+8
* Fixed #17676 -- Fixed introspection of column names that ...Ramiro Morales2012-02-111-2/+2
* Fixed #8317 -- Corrected the inspectdb management command...Julien Phalip2012-02-051-10/+10
* Fixed #13760 -- Cleaned up unnecessary default option han...Julien Phalip2011-10-231-1/+1
* Teach inspectdb to handle SQL column names that are digits.Malcolm Tredinnick2011-08-221-0/+6
* Fixed 14796 -- Modified order of operations performed on ...Ramiro Morales2011-01-241-4/+7
* Fixed #12637 -- GeoDjango's `inspectdb` command is now a ...Justin Bronn2010-01-181-23/+51
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-4/+13
* Fixed #11049: introspection on Oracle now identifies Inte...Matt Boersma2009-08-211-1/+1
* Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-se...Adrian Holovaty2008-09-171-9/+11
* Fixed #7285: Improved inspectdb handling of dashes in tab...Russell Keith-Magee2008-08-161-4/+11
* Fixed #6935: Modified inspectdb to provide better handlin...Russell Keith-Magee2008-08-161-1/+1
* Fixed #5461 -- Refactored the database backend code to us...Russell Keith-Magee2008-08-111-8/+6
* Improved error handling for management.py commands, espec...Russell Keith-Magee2007-08-161-3/+3