diff options
| author | Sébastien Fievet <zyegfryed@gmail.com> | 2014-09-07 11:29:20 +0200 |
|---|---|---|
| committer | Sébastien Fievet <zyegfryed@gmail.com> | 2014-09-07 11:29:20 +0200 |
| commit | f36ab2d3f220a001745c6b7cd1712dd8415aa31c (patch) | |
| tree | fbf33770cc57b458c64e172908c75529990f7457 /docs | |
| parent | 0b5bd398fa8fb145112f5664e6742dacbf25ae85 (diff) | |
Fixed typo in docs/howto/custom-lookups.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/custom-lookups.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-lookups.txt b/docs/howto/custom-lookups.txt index af7c18e38c..c02b896071 100644 --- a/docs/howto/custom-lookups.txt +++ b/docs/howto/custom-lookups.txt @@ -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 |
