diff options
| author | Matthew Schinckel <matt@schinckel.net> | 2014-05-25 16:54:53 +0930 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-25 19:01:51 -0400 |
| commit | 2b432d4634c693c177433aff69ec73e1fd1dd80f (patch) | |
| tree | 5fdeefb12e6fd371b1ef9dcbe1b361d319df5926 | |
| parent | ee51ab9d232e52d17cd5ad32e230fd715cffe638 (diff) | |
Fixed typo in docs/ref/models/custom-lookups.txt.
| -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``. |
