Commit Verlauf

Autor SHA1 Nachricht Datum
  Aymeric Augustin 4dbd1b2dd8 Used commit_on_success_unless_managed to make ORM operations atomic. vor 12 Jahren
  Aymeric Augustin 107d9b1d97 Added an option to disable the creation of savepoints in atomic. vor 12 Jahren
  Aymeric Augustin 189fb4e294 Added a note about long-running processes. vor 12 Jahren
  Aymeric Augustin 17cf29920b Added an explanation of transactions and grouped low-level APIs. vor 12 Jahren
  Aymeric Augustin ffe41591e7 Updated the documentation for savepoints. vor 12 Jahren
  Aymeric Augustin ac37ed21b3 Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. vor 12 Jahren
  Aymeric Augustin 7c46c8d5f2 Added some assertions to enforce the atomicity of atomic. vor 12 Jahren
  Aymeric Augustin d7bc4fbc94 Implemented an 'atomic' decorator and context manager. vor 12 Jahren
  Aymeric Augustin 4b31a6a9e6 Added support for savepoints in SQLite. vor 12 Jahren
  Aymeric Augustin 5e27debc5c Enabled database-level autocommit for all backends. vor 12 Jahren
  Aymeric Augustin f515619494 Added an API to control database-level autocommit. vor 12 Jahren
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. vor 12 Jahren
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. vor 12 Jahren
  Tim Graham 31f49f1396 Fixed #19442 - Clarified that raw SQL must be committed. vor 12 Jahren
  Aymeric Augustin a001f3c31e Fixed #2304 -- Documented TRANSACTIONS_MANAGED. vor 12 Jahren
  Tim Graham 620e0bba49 Fixed #19154 - Noted commit_manually requires commit/rollback for reads vor 12 Jahren
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 vor 12 Jahren
  Aymeric Augustin c13a98968e Fixed a misplaced Sphinx reference. vor 12 Jahren
  Tim Graham 5d81ad1af1 Fixed #17168 - Noted TransactionMiddleware only works with "default" database alias. vor 12 Jahren
  Ramiro Morales 83fc965171 Added documentation notes about lack of database savepoints support when using MySQL+MyISAM. vor 13 Jahren
  Claude Paroz 23d3459761 Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review. vor 13 Jahren
  Adrian Holovaty 6bbc85cd6a Edited db/transactions.txt changes from [17341] vor 13 Jahren
  Ramiro Morales 8312b85c97 Added support for savepoints to the MySQL DB backend. vor 13 Jahren
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] vor 13 Jahren
  Ramiro Morales dff31de20a Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. vor 13 Jahren
  Simon Meers 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. vor 14 Jahren
  Timo Graham d665c0b3b9 Fixed #15664 - Removed extra parens in commit_on_success example. vor 14 Jahren
  Gabriel Hurley a4ef094b0f Corrected a number of mislinked crossrefs and added a few new crossref targets found in/via the 1.3 release. vor 14 Jahren
  Russell Keith-Magee 6314a1b42e Fixed #9964 -- Ensure that all database operations make transactions dirty, not just write operations. Many thanks to Shai Berger for his work and persistence on this issue. vor 14 Jahren
  Timo Graham 2ea93f9327 Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 vor 14 Jahren