diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/custom-lookups.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/custom-lookups.txt b/docs/ref/models/custom-lookups.txt index 2af69a3f82..15db129e50 100644 --- a/docs/ref/models/custom-lookups.txt +++ b/docs/ref/models/custom-lookups.txt @@ -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``. |
