summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2010-04-06 10:54:59 +0000
committerLuke Plant <L.Plant.98@cantab.net>2010-04-06 10:54:59 +0000
commit671f848dd13cfa81ab9b958f121c9c93bc69a263 (patch)
tree7b1691c55120998d443f8cff0f28e05f253f0767 /docs
parente07570f10e0989ea23532078ab288408c34a6bc6 (diff)
Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txt
Thanks piquadrat for report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12928 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/queries.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
index e8e5c81984..22354e4c8c 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