diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-04-06 11:05:18 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-04-06 11:05:18 +0000 |
| commit | c3bc6481af7ce8f4f0e8ecd2a8e56499b1306cf1 (patch) | |
| tree | 4f486b3630c05e850b010b8f983bbf23c7dd20a2 | |
| parent | cd3370c3a72bda2b7d97e2251cbf193034907c11 (diff) | |
[1.1.X] Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txt
Thanks piquadrat for report and patch.
Backport of r12928 from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/topics/db/queries.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt index 133ac29223..58537bf819 100644 --- a/docs/topics/db/queries.txt +++ b/docs/topics/db/queries.txt @@ -442,7 +442,7 @@ Spanning multi-valued relationships .. versionadded:: 1.0 When you are filtering an object based on a ``ManyToManyField`` or a reverse -``ForeignKeyField``, there are two different sorts of filter you may be +``ForeignKey``, there are two different sorts of filter you may be interested in. Consider the ``Blog``/``Entry`` relationship (``Blog`` to ``Entry`` is a one-to-many relation). We might be interested in finding blogs that have an entry which has both *"Lennon"* in the headline and was published |
