summaryrefslogtreecommitdiff
path: root/tests/transactions
AgeCommit message (Expand)Author
2018-10-17Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...Florian Apolloner
2018-10-04Used skip(If|Unless)DBFeature in transactions tests.Jon Dufresne
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-03-09Reverted "Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt."Tim Graham
2017-02-01Fixed #27683 -- Made MySQL default to the read committed isolation level.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-25Refs #16682 -- Replaced signal number with equivalent signal.SIGINT.Mariusz Felisiak
2016-11-23Fixed #27504 -- Allowed using the ORM after an error and rollback when autoco...Mark Young
2016-09-21Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt.Claude Paroz
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
2015-09-21Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-28Removed threading fallback imports.Tim Graham
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-07-28Fixed #23074 -- Avoided leaking savepoints in atomic.Aymeric Augustin
2014-04-10Fixed #21239 -- Maintained atomicity when closing the connection.Aymeric Augustin
2014-03-23Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL.Aymeric Augustin
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-22Translated a test to English for consistency.Aymeric Augustin
2013-09-22Partial revert of 165f44aa.Aymeric Augustin
2013-08-16Combine consecutive with statementsClaude Paroz
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-05-18Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.Aymeric Augustin
2013-03-13Made atomic usable when autocommit is off.Aymeric Augustin
2013-03-12Fixed #20028 -- Made atomic usable on callable instances.Aymeric Augustin
2013-03-11Improved the API of set_autocommit.Aymeric Augustin
2013-03-11Added an option to disable the creation of savepoints in atomic.Aymeric Augustin
2013-03-11Added some assertions to enforce the atomicity of atomic.Aymeric Augustin
2013-03-11Implemented an 'atomic' decorator and context manager.Aymeric Augustin
2013-02-27Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner