Changes between Initial Version and Version 2 of Ticket #25599
- Timestamp:
- Oct 23, 2015, 7:15:27 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25599
- Property Type Uncategorized → Bug
-
Ticket #25599 – Description
initial v2 1 I would expect that the __iexactfilter for querying models only results in string matches that possibly differ in case, however, it also matches prefixes...1 I would expect that the `__iexact` filter for querying models only results in string matches that possibly differ in case, however, it also matches prefixes... 2 2 3 3 {{{ … … 6 6 }}} 7 7 8 This looks more like __icontainsto me... I expected only [<MyModel: KING>]8 This looks more like `__icontains` to me... I expected only [<MyModel: KING>]