django1/django/db/backends
Josh Smeaton f59fd15c49 Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Simplified MySQL storage engine detection using INFORMATION_SCHEMA.ENGINES table 2014-11-10 18:16:14 +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 #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00: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 #23738 -- Allowed migrating from NULL to NOT NULL with the same default value 2014-10-31 13:30:30 -04: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