Ticket #14534: or_lookup_docs.diff

File or_lookup_docs.diff, 623 bytes (added by Frank Wiles, 14 years ago)
  • docs/topics/db/queries.txt

    diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
    index 1ad14ae..4a927cc 100644
    a b precede the definition of any keyword arguments. For example::  
    701701    The `OR lookups examples`_ in the Django unit tests show some possible uses
    702702    of ``Q``.
    703703
    704     .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/models.py
     704    .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/tests.py
    705705
    706706Comparing objects
    707707=================
Back to Top