index
:
chango.git
devmain
fix-31295
initial-branch
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
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
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
2013-03-13
Made atomic usable when autocommit is off.
Aymeric Augustin
2013-03-12
Fixed #20028 -- Made atomic usable on callable instances.
Aymeric Augustin
2013-03-11
Improved the API of set_autocommit.
Aymeric Augustin
2013-03-11
Added an option to disable the creation of savepoints in atomic.
Aymeric Augustin
2013-03-11
Added some assertions to enforce the atomicity of atomic.
Aymeric Augustin
2013-03-11
Implemented an 'atomic' decorator and context manager.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner