Ticket #13268: foreignkeyfield-name-docs.diff

File foreignkeyfield-name-docs.diff, 698 bytes (added by Benjamin Wohlwend, 14 years ago)

trivial doc patch

  • docs/topics/db/queries.txt

    diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
    index 286a0c4..28a3a7c 100644
    a b Spanning multi-valued relationships  
    442442.. versionadded:: 1.0
    443443
    444444When you are filtering an object based on a ``ManyToManyField`` or a reverse
    445 ``ForeignKeyField``, there are two different sorts of filter you may be
     445``ForeignKey``, there are two different sorts of filter you may be
    446446interested in. Consider the ``Blog``/``Entry`` relationship (``Blog`` to
    447447``Entry`` is a one-to-many relation). We might be interested in finding blogs
    448448that have an entry which has both *"Lennon"* in the headline and was published
Back to Top