Commit 22d33d52 authored by Matthew Schinckel's avatar Matthew Schinckel Committed by Tim Graham
Browse files

[1.7.x] Fixed typo in docs/ref/models/custom-lookups.txt.

Backport of 2b432d46 from master
parent 47d345fe
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``.