Changes between Version 2 and Version 3 of Ticket #25599
- Timestamp:
- Oct 23, 2015, 10:59:14 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25599
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #25599 – Description
v2 v3 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...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 `__icontains`to me... I expected only [<MyModel: KING>]8 This looks more like __icontains to me... I expected only [<MyModel: KING>]