django1/django/db/backends
Chris Wilson eade315da1 Fixed #10164 -- Made AutoField increase monotonically on SQLite
Thanks malte for the report.
2013-09-06 12:31:17 -04:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql Used six.moves.zip_longest, new in six 1.4.0. 2013-09-02 12:11:16 +02:00
oracle Used six.moves.zip_longest, new in six 1.4.0. 2013-09-02 12:11:16 +02:00
postgresql_psycopg2 Fixed test failure caused by different NULL ordering between backends 2013-08-21 22:31:50 +01:00
sqlite3 Fixed #10164 -- Made AutoField increase monotonically on SQLite 2013-09-06 12:31:17 -04:00
__init__.py Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. 2013-09-05 20:14:58 -04:00
creation.py Fixed #10164 -- Made AutoField increase monotonically on SQLite 2013-09-06 12:31:17 -04:00
schema.py Fix SchemaEditor.__exit__ to handle exceptions correctly 2013-09-06 11:09:16 -05:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00