Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/transactions_regress
Commit message (Expand)AuthorAgeFilesLines
* Moved IgnorePendingDeprecationWarningsMixin in django.tes...Aymeric Augustin2013-05-181-3/+1
* Removed debug codeAnssi Kääriäinen2013-03-171-3/+1
* Fixed #16649 -- Refactored save_base logicAnssi Kääriäinen2013-03-142-3/+23
* Updated a test that doesn't make sense with autocommit.Aymeric Augustin2013-03-111-13/+15
* Added some assertions to enforce the atomicity of atomic.Aymeric Augustin2013-03-111-5/+7
* Added support for savepoints in SQLite.Aymeric Augustin2013-03-111-0/+4
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-32/+0
* Enabled autocommit for PostgreSQL.Aymeric Augustin2013-03-111-8/+7
* Separated autocommit and isolation level handling for Pos...Aymeric Augustin2013-03-111-4/+13
* Made transaction.managed a no-op and deprecated it.Aymeric Augustin2013-03-111-5/+0
* Fixed #18130 -- Made the isolation level configurable on ...Aymeric Augustin2013-03-021-11/+13
* Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen2013-02-271-4/+108
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+279