Skip to content

Commit

Permalink
Fixed #16580 - Typo in docs/ref/models/querysets.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Aug 6, 2011
1 parent 815a47f commit 953fed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/querysets.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ This is also valid::
...and would also pull in the ``building`` relation. ...and would also pull in the ``building`` relation.


You can refer to any ``ForeignKey`` or ``OneToOneField`` relation in 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()`` 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`` 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 parameter in the same ``select_related()`` call, since they are
Expand Down

0 comments on commit 953fed1

Please sign in to comment.