diff options
| author | Timo Graham <timograham@gmail.com> | 2011-08-06 18:49:58 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-08-06 18:49:58 +0000 |
| commit | 953fed1e30ebe4fd4b5365bdd9ec92ecde36faba (patch) | |
| tree | c452ee924f3a7ff51c58d16007fdfdf25b85c870 /docs/ref | |
| parent | 815a47ff489321373e10cad253eecb13b1b1a531 (diff) | |
Fixed #16580 - Typo in docs/ref/models/querysets.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/querysets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index a1bd5ccb7b..21b2349ebc 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -672,7 +672,7 @@ This is also valid:: ...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 |
