django1/django/db/backends/sqlite3
Tim Graham 92269b7b53 Fixed #23702 -- Fixed adding an explicit id field on SQLite.
Thanks gavinwahl for the report.
2014-10-23 12:24:34 -04: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 Factorized schema_editor() at BaseDatabaseWrapper level 2014-09-26 08:50:16 +02:00
client.py Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell. 2014-08-04 09:21:03 -04:00
creation.py Fixed #19463 -- Added UUIDField 2014-09-16 10:08:09 +01:00
introspection.py Made get_table_list return a TableInfo named tuple 2014-09-23 20:13:31 +02:00
schema.py Fixed #23702 -- Fixed adding an explicit id field on SQLite. 2014-10-23 12:24:34 -04:00