Aymeric Augustin
|
5e27debc5c
Enabled database-level autocommit for all backends.
|
12 years ago |
Aymeric Augustin
|
f515619494
Added an API to control database-level autocommit.
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Tim Graham
|
31f49f1396
Fixed #19442 - Clarified that raw SQL must be committed.
|
12 years ago |
Aymeric Augustin
|
a001f3c31e
Fixed #2304 -- Documented TRANSACTIONS_MANAGED.
|
12 years ago |
Tim Graham
|
620e0bba49
Fixed #19154 - Noted commit_manually requires commit/rollback for reads
|
12 years ago |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 years ago |
Aymeric Augustin
|
c13a98968e
Fixed a misplaced Sphinx reference.
|
12 years ago |
Tim Graham
|
5d81ad1af1
Fixed #17168 - Noted TransactionMiddleware only works with "default" database alias.
|
12 years ago |
Ramiro Morales
|
83fc965171
Added documentation notes about lack of database savepoints support when using MySQL+MyISAM.
|
13 years ago |
Claude Paroz
|
23d3459761
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review.
|
13 years ago |
Adrian Holovaty
|
6bbc85cd6a
Edited db/transactions.txt changes from [17341]
|
13 years ago |
Ramiro Morales
|
8312b85c97
Added support for savepoints to the MySQL DB backend.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
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.
|
14 years ago |
Simon Meers
|
5ecb88c146
Fixed #16014 -- numerous documentation typos -- thanks psmith.
|
14 years ago |
Timo Graham
|
d665c0b3b9
Fixed #15664 - Removed extra parens in commit_on_success example.
|
14 years ago |
Gabriel Hurley
|
a4ef094b0f
Corrected a number of mislinked crossrefs and added a few new crossref targets found in/via the 1.3 release.
|
14 years ago |
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.
|
14 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |
Gabriel Hurley
|
63046ec1ee
Fixed #14624 -- Updated a few outdated references to CacheMiddleware in the transactions topic guide. Thanks to quinode for the report.
|
14 years ago |
Alex Gaynor
|
27db9378cf
Fixed #10771 -- added support for using the transaction management functions as context managers in Python 2.5 and above. Thanks to Jacob for help with the docs.
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Russell Keith-Magee
|
841210b308
Fixed #12880 -- Added some missing sphinx directives for module references. Thanks to psagers for the report, and timo for the patch.
|
15 years ago |
Russell Keith-Magee
|
ff60c5f9de
Fixed #1142 -- Added multiple database support.
|
15 years ago |
Russell Keith-Magee
|
975ec181ea
Fixed #9206 -- Added documentation on savepoints, and how to use them to recover from errors in PostgreSQL. Thanks to Richard Davies for the draft text.
|
16 years ago |
Russell Keith-Magee
|
87d3ff731b
Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, and error recovery for Postgres. Thanks to Richard Davies for the suggestion and draft text.
|
16 years ago |
Malcolm Tredinnick
|
5fb6667036
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
|
16 years ago |
Jacob Kaplan-Moss
|
97cb07c3a1
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
|
16 years ago |