django/docs/ref
Aymeric Augustin ac37ed21b3 Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Replaced them with per-database options, for proper multi-db support.

Also toned down the recommendation to tie transactions to HTTP requests.
Thanks Jeremy for sharing his experience.
2013-03-11 15:04:05 +01:00
..
class-based-views
contrib Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
files
forms Fixed #19801 - Added brackets to input_formats. 2013-02-25 12:22:02 -05:00
models Fixed #20018: Added backtick to fix reference 2013-03-10 14:09:33 -04:00
templates
clickjacking.txt
databases.txt Added support for savepoints in SQLite. 2013-03-11 14:48:55 +01:00
django-admin.txt Fixed #19923 -- Display tracebacks for non-CommandError exceptions 2013-03-09 12:38:45 +01:00
exceptions.txt Refactored database exceptions wrapping. 2013-02-27 17:26:54 +01:00
index.txt
middleware.txt Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00
request-response.txt Enabled database-level autocommit for all backends. 2013-03-11 14:48:54 +01:00
settings.txt Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt