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:03:28 -0400 |
| commit | 22d33d52cbc840f4648a3809b893aec48409b29b (patch) | |
| tree | 8a34d2bf003e37734e289f4e27d35d9f35cc9c6d /docs | |
| parent | 47d345fe6dbd20b5b24671e432da11883eba261f (diff) | |
[1.7.x] Fixed typo in docs/ref/models/custom-lookups.txt.
Backport of 2b432d4634 from master
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``. |
