django/docs/topics
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.
This is BACKWARDS INCOMPATIBLE for anyone relying on the current behavior that allows manually managed read-only transactions to be left dangling without a manual commit or rollback.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15493 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-12 13:03:34 +00:00
..
db 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. 2011-02-12 13:03:34 +00:00
forms
http
i18n
auth.txt
cache.txt
class-based-views.txt
conditional-view-processing.txt
email.txt
files.txt
generic-views-migration.txt Refs #15241 -- Further clarifications to the generic view migration docs. 2011-02-09 13:04:05 +00:00
generic-views.txt
index.txt
install.txt
logging.txt
pagination.txt
serialization.txt
settings.txt
signals.txt
templates.txt
testing.txt