django1/django/db/backends/sqlite3
Claude Paroz 223fc8eaf9 Return namedtuple from get_table_description
We don't make use of it currently to not break third-party db
backends.
2013-01-12 21:14:22 +01:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py Fixed #19360 -- Raised an explicit exception for aggregates on date/time fields in sqlite3 2013-01-11 18:10:28 +01:00
client.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
creation.py Fixed #19162 -- Wrong indentation. 2012-10-22 19:23:19 +02:00
introspection.py Return namedtuple from get_table_description 2013-01-12 21:14:22 +01:00