Kaydet (Commit) 22d33d52 authored tarafından Matthew Schinckel's avatar Matthew Schinckel Kaydeden (comit) Tim Graham

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

Backport of 2b432d46 from master
üst 47d345fe
...@@ -400,7 +400,7 @@ The lookup registration API is explained below. ...@@ -400,7 +400,7 @@ The lookup registration API is explained below.
.. method:: get_transform(lookup_name) .. 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 implementation of ``get_transform()`` looks for a subclass which is registered
for the current class with the correct ``transform_name``. for the current class with the correct ``transform_name``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment