Author: timo Date: 2011-08-06 11:49:58 -0700 (Sat, 06 Aug 2011) New Revision: 16582
Modified: django/trunk/docs/ref/models/querysets.txt Log: Fixed #16580 - Typo in docs/ref/models/querysets.txt Modified: django/trunk/docs/ref/models/querysets.txt =================================================================== --- django/trunk/docs/ref/models/querysets.txt 2011-08-06 18:41:00 UTC (rev 16581) +++ django/trunk/docs/ref/models/querysets.txt 2011-08-06 18:49:58 UTC (rev 16582) @@ -672,7 +672,7 @@ ...and would also pull in the ``building`` relation. You can refer to any ``ForeignKey`` or ``OneToOneField`` relation in -the list of fields passed to ``select_related``. Ths includes foreign +the list of fields passed to ``select_related``. This includes foreign keys that have ``null=True`` (unlike the default ``select_related()`` call). It's an error to use both a list of fields and the ``depth`` parameter in the same ``select_related()`` call, since they are -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
