[1.7.x] Fixed typo in docs/howto/custom-lookups.txt.

Backport of f36ab2d3f2 from master
This commit is contained in:
Sébastien Fievet 2014-09-07 11:29:20 +02:00 committed by Tim Graham
parent 48e1071007
commit 267b121b1e
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ backends are ``sqlite``, ``postgresql``, ``oracle`` and ``mysql``.
How Django determines the lookups and transforms which are used
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In some cases you may which to dynamically change which ``Transform`` or
In some cases you may wish to dynamically change which ``Transform`` or
``Lookup`` is returned based on the name passed in, rather than fixing it. As
an example, you could have a field which stores coordinates or an arbitrary
dimension, and wish to allow a syntax like ``.filter(coords__x7=4)`` to return