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
Age
Commit message (
Expand
)
Author
2013-03-11
Fixed broken link in binary fields doc.
Ramiro Morales
2013-03-11
Fixed tests that relied on MANAGERS not being empty.
Aymeric Augustin
2013-03-11
Fixed #20026 -- Typo in Apache auth docs.
Aymeric Augustin
2013-03-11
Fixed a refactoring error in ba5138b1.
Aymeric Augustin
2013-03-11
Fixed #20010 -- Make sure `last_executed_query` contains it's associated para...
Simon Charette
2013-03-11
Fixed #11569 -- Wrapped DatabaseCache._base_set in an atomic block.
Aymeric Augustin
2013-03-11
Merge branch 'deprecate-comments'
Jacob Kaplan-Moss
2013-03-11
Remove a special case for comment tests from runtests.py.
Jacob Kaplan-Moss
2013-03-11
Deprecated django.contrib.comments.
Jacob Kaplan-Moss
2013-03-11
Avoided closing the database connection within a transaction.
Aymeric Augustin
2013-03-11
Adjusted query counts to account for new savepoints.
Aymeric Augustin
2013-03-11
Ported layermapping for autocommit.
Aymeric Augustin
2013-03-11
Switched the admin to use @transaction.atomic.
Aymeric Augustin
2013-03-11
Ran a test that closes the database connection outside of a transaction.
Aymeric Augustin
2013-03-11
Removed forced settings in runtests
Claude Paroz
2013-03-11
Fixed loaddata command, broken in the previous merge.
Aymeric Augustin
2013-03-11
Merged branch 'database-level-autocommit'.
Aymeric Augustin
2013-03-11
Improved the API of set_autocommit.
Aymeric Augustin
2013-03-11
Abused atomic for transaction handling in TestCase.
Aymeric Augustin
2013-03-11
Used commit_on_success_unless_managed in loaddata.
Aymeric Augustin
2013-03-11
Used commit_on_success_unless_managed to make ORM operations atomic.
Aymeric Augustin
2013-03-11
Removed a test that no longer makes any sense.
Aymeric Augustin
2013-03-11
Updated a test that doesn't make sense with autocommit.
Aymeric Augustin
2013-03-11
Added a safety net for developers messing with autocommit.
Aymeric Augustin
2013-03-11
Added an option to disable the creation of savepoints in atomic.
Aymeric Augustin
2013-03-11
Added a note about long-running processes.
Aymeric Augustin
2013-03-11
Added an explanation of transactions and grouped low-level APIs.
Aymeric Augustin
2013-03-11
Updated the documentation for savepoints.
Aymeric Augustin
2013-03-11
Re-ordered functions by deprecation status.
Aymeric Augustin
2013-03-11
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Aymeric Augustin
2013-03-11
Implemented atomic_if_autocommit.
Aymeric Augustin
2013-03-11
Made transaction management work even before the first SQL query.
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
Added support for savepoints in SQLite.
Aymeric Augustin
2013-03-11
Refactored implementation of savepoints.
Aymeric Augustin
2013-03-11
Moved standard SQL for savepoints in the base backend.
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
Removed superfluous code now that connections use autocommit by default.
Aymeric Augustin
2013-03-11
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-03-11
Removed _enter/_leave_transaction_management.
Aymeric Augustin
2013-03-11
Added BaseDatabaseWrapper.ensure_connection.
Aymeric Augustin
2013-03-11
Expressed the dirty flag handling logic in terms of autocommit.
Aymeric Augustin
2013-03-11
Stopped flipping the uses_savepoints feature at runtime.
Aymeric Augustin
2013-03-11
Enabled autocommit for PostgreSQL.
Aymeric Augustin
2013-03-11
Separated autocommit and isolation level handling for PostgreSQL.
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-03-11
Moved a warning in the 1.6 notes back to its expected location.
Aymeric Augustin
[next]