Fixed #22812 -- Refactored lookup API documentation.

Thanks Anssi and Tim for reviews.
This commit is contained in:
Jorge C. Leitão 2014-06-11 17:09:10 +02:00 committed by Tim Graham
parent 503e59c9b0
commit 8780849da0
8 changed files with 223 additions and 153 deletions

View file

@ -679,7 +679,7 @@ Django filter lookups: ``exact``, ``iexact``, ``contains``, ``icontains``,
.. versionadded:: 1.7
If you are using :doc:`Custom lookups </ref/models/custom-lookups>` the
If you are using :doc:`Custom lookups </howto/custom-lookups>` the
``lookup_type`` can be any ``lookup_name`` used by the project's custom
lookups.