django/docs/topics
Aymeric Augustin 425c5e40ea [1.8.x] Fixed -- set_autocommit(False) + ORM queries.
This commits lifts the restriction that the outermost atomic block must
be declared with savepoint=False. This restriction was overly cautious.

The logic that makes it safe not to create savepoints for inner blocks
also applies to the outermost block when autocommit is disabled and a
transaction is already active.

This makes it possible to use the ORM after set_autocommit(False).
Previously it didn't work because ORM write operations are protected
with atomic(savepoint=False).

Backport of 91e9f1c from master
2015-09-21 22:31:13 +02:00
..
auth [1.8.x] Updated Wikipedia links to use https 2015-08-08 12:09:53 +02:00
class-based-views [1.8.x] Used consistent capitalization and hyphenation of "class-based views" in docs. 2015-08-18 19:08:08 -04:00
db [1.8.x] Fixed -- set_autocommit(False) + ORM queries. 2015-09-21 22:31:13 +02:00
forms [1.8.x] Fixed mistakes in docs/topics/forms/formsets.txt examples. 2015-05-22 11:29:49 -04:00
http [1.8.x] Used consistent capitalization and hyphenation of "class-based views" in docs. 2015-08-18 19:08:08 -04:00
i18n [1.8.x] Updated Wikipedia links to use https 2015-08-08 12:09:53 +02:00
testing [1.8.x] Updated references to the TEST_* database settings. 2015-09-05 20:31:22 +02:00
cache.txt [1.8.x] Updated memcached library links to point to PyPI. 2015-08-11 21:21:24 -04:00
checks.txt [1.8.x] Fixed -- Moved some details of CheckMessage to the reference guide. 2015-07-31 08:51:13 -04:00
conditional-view-processing.txt Fixed -- Added if-unmodified-since support to the condition decorator. 2014-12-24 12:33:57 -05:00
email.txt [1.8.x] Fixed -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:43:09 -04:00
files.txt [1.8.x] Fixed -- Documented how the path of a FileField can be changed. 2015-03-30 10:39:14 -04:00
index.txt Added first cut at reference documentation for the checks framework. 2014-03-03 18:56:11 +08:00
install.txt [1.8.x] Refs -- Updated links to code.google.com. 2015-09-04 08:18:22 -04:00
localflavor.txt [1.8.x] Fixed -- Pointed localflavor documentation to external package 2015-03-22 15:36:44 +01:00
logging.txt [1.8.x] Fixed -- Clarified docs on reconfiguring logging. 2015-03-24 12:26:25 -04:00
migrations.txt [1.8.x] Fixed malformed Sphinx directives. 2015-07-25 06:39:16 -04:00
pagination.txt Use "catch" instead of "trap" for exceptions. 2014-09-08 22:23:44 +02:00
performance.txt Updated some other external links in the docs 2014-12-19 18:07:52 +01:00
python3.txt [1.8.x] Fixed typos in docs/topics/python3.txt 2015-06-09 10:37:49 -04:00
security.txt [1.8.x] Added links to new security settings introduced in 1.8. 2015-09-04 12:57:26 -04:00
serialization.txt Used https for most *.python.org links 2014-12-19 18:07:52 +01:00
settings.txt [1.8.x] Fixed -- Mentioned django.setup() in the settings overview for standalone Django use. 2015-07-21 17:10:56 -04:00
signals.txt [1.8.x] Fixed -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:43:09 -04:00
signing.txt Fixed -- Added datetime.timedelta support to TimestampSigner.unsign(). 2014-11-15 19:36:33 +01:00
templates.txt [1.8.x] Fixed -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:43:09 -04:00