summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3/introspection.py
AgeCommit message (Expand)Author
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