Fixed typo in docs/ref/models/custom-lookups.txt.

This commit is contained in:
Matthew Schinckel 2014-05-25 16:54:53 +09:30 committed by Tim Graham
parent ee51ab9d23
commit 2b432d4634
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ The lookup registration API is explained below.
.. method:: get_transform(lookup_name)
Django uses ``get_transform(lookup_name)`` to fetch lookups. The
Django uses ``get_transform(lookup_name)`` to fetch transforms. The
implementation of ``get_transform()`` looks for a subclass which is registered
for the current class with the correct ``transform_name``.