Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/transactions
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin2015-09-211-2/+15
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+7
* Removed threading fallback imports.Tim Graham2015-01-281-4/+1
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* Fixed #23074 -- Avoided leaking savepoints in atomic.Aymeric Augustin2014-07-281-0/+22
* Fixed #21239 -- Maintained atomicity when closing the con...Aymeric Augustin2014-04-101-2/+16
* Fixed #22291 -- Avoided shadowing deadlock exceptions on ...Aymeric Augustin2014-03-231-1/+46
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-339/+1
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-6/+7
* Fixing E302 ErrorsJason Myers2013-11-031-5/+11
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-27/+44
* Translated a test to English for consistency.Aymeric Augustin2013-09-221-2/+2
* Partial revert of 165f44aa.Aymeric Augustin2013-09-221-82/+97
* Combine consecutive with statementsClaude Paroz2013-08-161-97/+82
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-4/+4
* Fixed #20571 -- Added an API to control connection.needs_...Aymeric Augustin2013-06-271-2/+24
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+16
* Moved IgnorePendingDeprecationWarningsMixin in django.tes...Aymeric Augustin2013-05-181-13/+1
* Made atomic usable when autocommit is off.Aymeric Augustin2013-03-131-11/+19
* Fixed #20028 -- Made atomic usable on callable instances.Aymeric Augustin2013-03-121-0/+11
* Improved the API of set_autocommit.Aymeric Augustin2013-03-111-3/+3
* Added an option to disable the creation of savepoints in ...Aymeric Augustin2013-03-111-0/+93
* Added some assertions to enforce the atomicity of atomic.Aymeric Augustin2013-03-111-4/+67
* Implemented an 'atomic' decorator and context manager.Aymeric Augustin2013-03-112-2/+154
* Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen2013-02-271-2/+0
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+335