Changes between Initial Version and Version 1 of Ticket #27429


Ignore:
Timestamp:
Nov 3, 2016, 7:13:37 PM (8 years ago)
Author:
Lance Robertson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27429 – Description

    initial v1  
    55Pronunciation.objects.extra(where=["code LIKE '%% - %%__1 - S T __0 D'"])
    66  }}}
    7 I want to be able to filter with % and _ wildcards in arbitrary amounts and places in the search string beyond just __contains, __startswith, and __endswith, and the only way I could figure out how to do it is either to use a raw query or .extra - if .extra goes away I hope filter will support this behavior!
     7I want to be able to filter with % and _ wildcards in arbitrary amounts and places in the search string beyond just contains, startswith, and endswith, and the only way I could figure out how to do it is either to use a raw query or .extra - if .extra goes away I hope filter will support this behavior!
    88
Back to Top