django/docs/ref/models
Russell Keith-Magee 58cd220f51 Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_related(). Thanks to George Vilches, Ben Davis, and Alex Gaynor for their work on various stages of this patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-27 13:30:29 +00:00
..
fields.txt Fixed #12271 -- Fixed typo in URLField docs. Thanks, adam@andyet.net 2010-01-10 18:42:30 +00:00
index.txt Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson. 2009-12-26 03:44:21 +00:00
instances.txt Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo. 2010-01-12 23:37:07 +00:00
options.txt Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
querysets.txt Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_related(). Thanks to George Vilches, Ben Davis, and Alex Gaynor for their work on various stages of this patch. 2010-01-27 13:30:29 +00:00
relations.txt