Ticket #17168: explain-about-multi-dbs.diff
File explain-about-multi-dbs.diff, 702 bytes (added by , 13 years ago) |
---|
-
docs/topics/db/transactions.txt
56 56 57 57 .. _transaction-management-functions: 58 58 59 .. note:: 60 61 By default, the ``TransactionMiddleware`` only affects the database aliased 62 as "default" within your ``DATABASES`` setting. If you are using multiple 63 databases and want to exerpt transaction control over databases other than 64 the default, then you will be best served by writing your own transaction 65 middleware. 66 59 67 Controlling transaction management in views 60 68 =========================================== 61 69