summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3/introspection.py
AgeCommit message (Expand)Author
2014-06-01[1.7.x] Fixed #22744 -- Fixed sqlite3 get_relations introspection with viewsClaude Paroz
2013-11-02Fixed all E261 warningscoagulant
2013-10-15Made sqlite introspection also show views like other backendsClaude Paroz
2013-09-06Fixed #10164 -- Made AutoField increase monotonically on SQLiteChris Wilson
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-08-11Support index_together during model creationAndrew Godwin
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-07-02Make get_constraints return columns in orderAndrew Godwin
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-03-02Add introspection support for BinaryFieldClaude Paroz
2013-01-12Return namedtuple from get_table_descriptionClaude Paroz
2012-09-22Fix introspection PK comment more.Andrew Godwin
2012-09-18Stylistic fixes: triple-quoted docstrings, more commentsAndrew Godwin
2012-09-07Added SQLite backend which passes all current testsAndrew Godwin
2012-08-30Made get_table_description also return the size of char fields on SQLiteClaude Paroz
2012-04-30Made get_indexes() consistent across backends.Anssi Kääriäinen
2011-08-07Fixed #3615: Added support for loading fixtures with forward references on da...Karen Tracey
2011-01-27Fixed #15173 -- fixed the tests when run under pypy.Alex Gaynor
2010-10-31When looking for django tables which exist, query for all tables once, not on...Alex Gaynor
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