django/docs/ref/models
Shai Berger f095356ba2 Fixed #22343 -- Disallowed select_for_update in autocommit mode
The ticket was originally about two failing tests, which are
fixed by putting their queries in transactions.

Thanks Tim Graham for the report, Aymeric Augustin for the fix,
and Simon Charette, Tim Graham & Loïc Bistuer for review.
2014-04-10 03:04:51 +03:00
..
custom-lookups.txt Fixed #21863 -- supplemented get_lookup() with get_transform() 2014-03-07 14:52:13 +00:00
fields.txt Removed versionadded/changed annotations for 1.6. 2014-03-24 11:42:56 -04:00
index.txt Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
instances.txt Removed versionadded/changed annotations for 1.6. 2014-03-24 11:42:56 -04:00
options.txt Removed versionadded/changed annotations for 1.6. 2014-03-24 11:42:56 -04:00
queries.txt Fixed #22405 -- Fixed string error in models/queries docs. 2014-04-08 13:33:40 +02:00
querysets.txt Fixed #22343 -- Disallowed select_for_update in autocommit mode 2014-04-10 03:04:51 +03:00
relations.txt Fixed #21343 -- Noted many-to-many restrictions with intermediate model. 2014-01-16 08:38:40 -05:00