django1/django/db
Aymeric Augustin 5cde9a7018 [1.7.x] Fixed #20420 -- Normalized query counts on Oracle.
This is achieved by inserting a fake entry in connection.queries when
not releasing a savepoint (since Oracle doesn't support that operation.)

Also removed the can_release_savepoints feature that was recently added,
but is superseded by this solution.

Backport of 40bfd856 from master.
2014-06-09 22:08:20 +02:00
..
backends [1.7.x] Fixed #20420 -- Normalized query counts on Oracle. 2014-06-09 22:08:20 +02:00
migrations [1.7.x] Fixed #22777: Add dependency on through for autodetected M2M adds 2014-06-08 17:13:11 -07:00
models [1.7.x] Fixed #22690 -- Added a check for proxy models containing fields. 2014-06-02 09:34:31 -04:00
__init__.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
transaction.py [1.7.x] Improved a comment. Thanks intgr for the report. 2014-04-11 23:03:25 +02:00
utils.py Fixed the last fix for database test settings to work with Python3. 2014-03-09 12:27:12 +02:00