django/docs/ref/models
Jacob Kaplan-Moss 8f0f73c7b8 Fixed #2705: added a `select_for_update()` clause to querysets.
A number of people worked on this patch over the years -- Hawkeye, Colin Grady,
KBS, sakyamuni, anih, jdemoor, and Issak Kelly. Thanks to them all, and
apologies if I missed anyone.

Special thanks to Dan Fairs for picking it up again at the end and seeing this
through to commit.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16058 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-20 20:42:07 +00:00
..
fields.txt Fixes #10786 -- Document that NullBooleanField should be used rather than BooleanField with null=True. Thanks sbj3 for the patch. 2011-04-06 10:33:32 +00:00
index.txt
instances.txt
options.txt Fixed #14842 - Indent the model Meta options. Thanks adamv. 2010-12-29 20:30:24 +00:00
querysets.txt Fixed #2705: added a `select_for_update()` clause to querysets. 2011-04-20 20:42:07 +00:00
relations.txt