Skip to content

Commit 10deabf

Browse files
committed
Removed outdated warning about padding numeric fields. Thanks to mchaput for pointing this out!
1 parent 126d388 commit 10deabf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/searchqueryset_api.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,6 @@ string with a ``-``::
204204
methods on your ``SearchIndex`` objects to transliterate the characters
205205
as you see fit.
206206

207-
.. warning::
208-
209-
**Whoosh only** If you're planning on ordering by an ``IntegerField`` using
210-
Whoosh, you'll need to adequately zero-pad your numbers in the
211-
``prepare_FOO`` method. This is because Whoosh uses UTF-8 string for
212-
everything, and from the schema, there is no way to know how a field should
213-
be treated.
214-
215207
``highlight``
216208
~~~~~~~~~~~~~
217209

0 commit comments

Comments
 (0)