summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3/introspection.py
AgeCommit message (Expand)Author
2010-04-21Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit...Russell Keith-Magee
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-04-04Fixed up the introspection code and tests added for #9779 to run under Python...Karen Tracey
2009-04-02Fixed #9779: added support for relation detection to inspectdb under SQLite. ...Jacob Kaplan-Moss
2008-08-26Fixed #8347 -- Added a few missing field type conversion to SQLite's inspectdbMalcolm Tredinnick
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2007-08-20Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-07Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty