index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
transactions
Age
Commit message (
Expand
)
Author
2026-02-10
Added various missing test skips observed on MongoDB.
Tim Graham
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-12-05
Improved test coverage for django.db.transaction.
Pablo
2022-10-03
Fixed #23353 -- Used "raise from" when raising TransactionManagementError.
David Wobrock
2022-04-18
Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-12
Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.
Krzysztof Jagiello
2021-07-09
Fixed isolation of NonAutocommitTests.test_orm_query_after_error_and_rollback().
Mariusz Felisiak
2020-11-27
Fixed #32220 -- Added durable argument to transaction.atomic().
Ian Foote
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2018-10-17
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...
Florian Apolloner
2018-10-04
Used skip(If|Unless)DBFeature in transactions tests.
Jon Dufresne
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-03-09
Reverted "Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt."
Tim Graham
2017-02-01
Fixed #27683 -- Made MySQL default to the read committed isolation level.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-25
Refs #16682 -- Replaced signal number with equivalent signal.SIGINT.
Mariusz Felisiak
2016-11-23
Fixed #27504 -- Allowed using the ORM after an error and rollback when autoco...
Mark Young
2016-09-21
Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt.
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2015-09-21
Fixed #24921 -- set_autocommit(False) + ORM queries.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-28
Removed threading fallback imports.
Tim Graham
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-07-28
Fixed #23074 -- Avoided leaking savepoints in atomic.
Aymeric Augustin
2014-04-10
Fixed #21239 -- Maintained atomicity when closing the connection.
Aymeric Augustin
2014-03-23
Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL.
Aymeric Augustin
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-22
Translated a test to English for consistency.
Aymeric Augustin
2013-09-22
Partial revert of 165f44aa.
Aymeric Augustin
2013-08-16
Combine consecutive with statements
Claude Paroz
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-27
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-05-18
Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.
Aymeric Augustin
[next]