django1/django/db/backends
Claude Paroz 9e746c13e8 Stopped stripping microseconds with MySQL backend
Refs #19716.
2014-10-28 15:06:57 +01:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Stopped stripping microseconds with MySQL backend 2014-10-28 15:06:57 +01:00
oracle Fixed #23649 -- Made Oracle test-db creation drop test-user earlier when needed 2014-10-17 04:46:15 +03:00
postgresql_psycopg2 Factorized schema_editor() at BaseDatabaseWrapper level 2014-09-26 08:50:16 +02:00
sqlite3 Fixed #23702 -- Fixed adding an explicit id field on SQLite. 2014-10-23 12:24:34 -04:00
__init__.py Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
creation.py Fixed #23652 -- Restored database name after destroying test database 2014-10-24 17:04:43 +02:00
schema.py Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column into a NOT NULL one due to existing rows 2014-10-09 21:32:06 +07: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 Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Fixed #22879 -- Intercept errors coming from cursor.__next__() 2014-10-27 14:51:40 +02:00