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
/
django
/
db
/
transaction.py
Age
Commit message (
Expand
)
Author
2022-10-03
Fixed #23353 -- Used "raise from" when raising TransactionManagementError.
David Wobrock
2022-09-06
Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...
SirAbhi13
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
2020-11-27
Fixed #32220 -- Added durable argument to transaction.atomic().
Ian Foote
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2018-10-25
Refs #27025 -- Removed obsolete sqlite3 transaction management workaround for...
Tim Graham
2018-10-17
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...
Florian Apolloner
2017-04-19
Fix a typo in django/db/transaction.py
Huang Zhiqiang
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Removed usage of django.utils.decorators.ContextDecorator.
Chillar Anand
2015-09-21
Fixed #24921 -- set_autocommit(False) + ORM queries.
Aymeric Augustin
2015-06-30
Fixed #21803 -- Added support for post-commit callbacks
Andreas Pelme
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-08-28
Factorize some code using ContextDecorator.
Thomas Chaumeny
2014-07-28
Fixed #23074 -- Avoided leaking savepoints in atomic.
Aymeric Augustin
2014-04-11
Improved a comment. Thanks intgr for the report.
Aymeric Augustin
2014-04-10
Increased robustness of 58161e4e. Refs #22291.
Aymeric Augustin
2014-04-10
Fixed #21202 -- Maintained atomicity when the server disconnects.
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-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-04
Tested exc_type instead of exc_value in __exit__.
Aymeric Augustin
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-06-30
Introduced getters for connection.autocommit and .needs_rollback.
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-05-19
Changed API to disable ATOMIC_REQUESTS per view.
Aymeric Augustin
2013-04-03
Fix typo in transaction.Atomic docstring
Marti Raudsepp
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
Re-ordered functions by deprecation status.
Aymeric Augustin
2013-03-11
Implemented atomic_if_autocommit.
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-03-11
Deprecated transaction.is_managed().
Aymeric Augustin
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2013-02-21
Factored code and added a missing docstring.
Aymeric Augustin
2013-02-10
Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
[next]