diff options
| author | Timo Graham <timograham@gmail.com> | 2011-08-06 18:50:19 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-08-06 18:50:19 +0000 |
| commit | fe96e20a3e8da374a1207caf9886b25b32bbbd26 (patch) | |
| tree | dc4bdef0ff75257eb6089b9a3d11ec0923cdf0c9 /docs/ref | |
| parent | 1959aa939da799dea339014721a109d28c52ae2d (diff) | |
[1.3.X] Fixed #16580 - Typo in docs/ref/models/querysets.txt
Backport of r16582 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16583 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 5cb3fd43d5..3777d776eb 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 |
