Aymeric Augustin
|
91e9f1c972
Fixed #24921 -- set_autocommit(False) + ORM queries.
|
9 years ago |
Tim Graham
|
ea47a052ba
Fixed #25311 -- Removed vague language about "partial commits" from docs.
|
9 years ago |
Claude Paroz
|
64982cc2fb
Updated Wikipedia links to use https
|
9 years ago |
Andreas Pelme
|
00a1d4d042
Fixed #21803 -- Added support for post-commit callbacks
|
9 years ago |
Tim Graham
|
6b8c969878
Removed docs for removed transaction APIs.
|
10 years ago |
David Cramer
|
27f68f8659
Correct scoping of savepoint example
|
10 years ago |
Claude Paroz
|
0a4b04fc23
Used https for most *.python.org links
|
10 years ago |
Corey Farwell
|
4db75925be
Fixed typo in docs/topics/db/transactions.txt.
|
10 years ago |
Tim Graham
|
fb4f3e04b1
Updated MySQL links to version 5.6.
|
10 years ago |
Haris Ibrahim K. V
|
f2a8e47cfd
Fixed typo in transactions.txt
|
10 years ago |
Shai Berger
|
f095356ba2
Fixed #22343 -- Disallowed select_for_update in autocommit mode
|
11 years ago |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
11 years ago |
Szczepan Cieślik
|
e816198034
Fixed docs typos.
|
11 years ago |
Aymeric Augustin
|
8e1fc03491
Fixed typo. Refs #21836.
|
11 years ago |
Chris Jerdonek
|
798fd59fad
Fixed #21836 -- Improved transaction docs about autocommit mode
|
11 years ago |
Aymeric Augustin
|
728548e483
Fixed #21134 -- Prevented queries in broken transactions.
|
11 years ago |
Aymeric Augustin
|
4db2752e28
Clarified why one must not catch database errors inside atomic.
|
11 years ago |
Julien Phalip
|
47c755327b
Fixed a number of minor misspellings.
|
11 years ago |
Aymeric Augustin
|
c1284c3d3c
Fixed #20571 -- Added an API to control connection.needs_rollback.
|
11 years ago |
yishaibeeri
|
f077f89198
Patch for ticket #20506 - documentation type
|
11 years ago |
Aymeric Augustin
|
6633eeb886
Changed API to disable ATOMIC_REQUESTS per view.
|
11 years ago |
Marc Tamlyn
|
9666874ee1
Tidy up some of the transaction documentation.
|
11 years ago |
Ana Krivokapic
|
cee96b87c0
Fix two typos in database transactions docs
|
11 years ago |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 years ago |
Ramiro Morales
|
ccf8d81113
Fixed docs reST warning.
|
12 years ago |
Aymeric Augustin
|
ae417dd4d5
Added release notes for 4b31a6a9.
|
12 years ago |
Aymeric Augustin
|
5d8342f321
Proof-read and adjusted the transactions docs.
|
12 years ago |
Aymeric Augustin
|
83a416f5e7
Made atomic usable when autocommit is off.
|
12 years ago |
Aymeric Augustin
|
e654180ce2
Improved the API of set_autocommit.
|
12 years ago |
Aymeric Augustin
|
4dbd1b2dd8
Used commit_on_success_unless_managed to make ORM operations atomic.
|
12 years ago |