Commit 2b432d46 authored by Matthew Schinckel's avatar Matthew Schinckel Committed by Tim Graham
Browse files

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

parent ee51ab9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``.