summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3/introspection.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit...Russell Keith-Magee2010-04-211-1/+1
* Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey2009-12-171-0/+1
* Fixed up the introspection code and tests added for #9779 to run under Python...Karen Tracey2009-04-041-36/+36
* Fixed #9779: added support for relation detection to inspectdb under SQLite. ...Jacob Kaplan-Moss2009-04-021-2/+49
* Fixed #8347 -- Added a few missing field type conversion to SQLite's inspectdbMalcolm Tredinnick2008-08-261-1/+5
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-74/+74
* Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty2007-08-201-1/+3
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-1/+1
* Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss2006-07-211-1/+0
* Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise...Adrian Holovaty2006-07-071-4/+42
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+50