django1/django/db/backends
Tim Graham 74e7f91e6d Fixed #23538 -- Added SchemaEditor for MySQL GIS.
Thanks Claude Paroz for suggestions and review.
2014-09-25 13:53:44 -04:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #23538 -- Added SchemaEditor for MySQL GIS. 2014-09-25 13:53:44 -04:00
oracle Changed Oracle test-user creation to grant privileges instead of roles 2014-09-24 04:58:33 +03:00
postgresql_psycopg2 Fixed flake8 warnings. 2014-09-24 06:32:42 -04:00
sqlite3 Made get_table_list return a TableInfo named tuple 2014-09-23 20:13:31 +02:00
__init__.py Fixed #18782 -- Prevented sql_flush to flush views 2014-09-23 20:13:31 +02:00
creation.py Fixed #23416 -- Make sure DatabaseCreation respects checks. 2014-09-06 19:01:06 +01:00
schema.py Fixed #23503 -- Fixed renaming of model with self-referential m2m field. 2014-09-23 10:03:37 -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 #3711, #6734, #12581 -- Bounded connection.queries. 2014-06-07 14:37:43 +02:00