mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed typo in docs/ref/models/custom-lookups.txt.
This commit is contained in:
parent
ee51ab9d23
commit
2b432d4634
1 changed files with 1 additions and 1 deletions
|
@ -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``.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue