django1/django/db/backends
Shai Berger 746f2a4bed Fixed #23061: Avoided setting a limit on a query for get with select_for_update on Oracle
Thanks Michael Miller for reporting the issue.
2014-08-05 03:12:08 +03:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell. 2014-08-04 09:21:03 -04:00
oracle Fixed #23061: Avoided setting a limit on a query for get with select_for_update on Oracle 2014-08-05 03:12:08 +03:00
postgresql_psycopg2 Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell. 2014-08-04 09:21:03 -04:00
sqlite3 Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell. 2014-08-04 09:21:03 -04:00
__init__.py Fixed #23061: Avoided setting a limit on a query for get with select_for_update on Oracle 2014-08-05 03:12:08 +03:00
creation.py Fixed #23039: Don't try to serialize unmanaged models in tests 2014-07-21 10:09:31 +01:00
schema.py Fixed #23091: CreateModel and AddField were clashing with deferred SQL 2014-08-04 11:59:29 +10: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