Changes between Initial Version and Version 1 of Ticket #27429
- Timestamp:
- Nov 3, 2016, 7:13:37 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27429 – Description
initial v1 5 5 Pronunciation.objects.extra(where=["code LIKE '%% - %%__1 - S T __0 D'"]) 6 6 }}} 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!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! 8 8