mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
[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
This commit is contained in:
parent
cd3370c3a7
commit
c3bc6481af
@ -442,7 +442,7 @@ Spanning multi-valued relationships
|
|||||||
.. versionadded:: 1.0
|
.. versionadded:: 1.0
|
||||||
|
|
||||||
When you are filtering an object based on a ``ManyToManyField`` or a reverse
|
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
|
interested in. Consider the ``Blog``/``Entry`` relationship (``Blog`` to
|
||||||
``Entry`` is a one-to-many relation). We might be interested in finding blogs
|
``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
|
that have an entry which has both *"Lennon"* in the headline and was published
|
||||||
|
Loading…
x
Reference in New Issue
Block a user