django1/django/db/backends
Shai Berger d128eac316 Changed Oracle test-user creation to grant privileges instead of roles
because the roles (specifically RESOURCE) are deprecated.
Also added optional support for creating views in tests, and made an
introspection test fail (rather than skip)  if a view cannot be created
due to lacking privileges.

Refs #18782

Thanks Tim Graham for review, and Josh Smeaton
2014-09-24 04:58:33 +03:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Made get_table_list return a TableInfo named tuple 2014-09-23 20:13:31 +02:00
oracle Changed Oracle test-user creation to grant privileges instead of roles 2014-09-24 04:58:33 +03:00
postgresql_psycopg2 Made get_table_list return a TableInfo named tuple 2014-09-23 20:13:31 +02: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