From 22d33d52cbc840f4648a3809b893aec48409b29b Mon Sep 17 00:00:00 2001 From: Matthew Schinckel Date: Sun, 25 May 2014 16:54:53 +0930 Subject: [PATCH] [1.7.x] Fixed typo in docs/ref/models/custom-lookups.txt. Backport of 2b432d4634 from master --- docs/ref/models/custom-lookups.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.