django1/django/db/backends
Collin Anderson d4ea4eea79 Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprecation warnings. 2014-11-21 16:44:50 -05:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprecation warnings. 2014-11-21 16:44:50 -05: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 Added AutoField introspection for PostgreSQL 2014-11-20 16:13:58 +01: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 Reduced reduce() usage; refs #23796. 2014-11-20 14:31:14 -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 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