Changes between Version 2 and Version 3 of Ticket #25599


Ignore:
Timestamp:
Oct 23, 2015, 10:59:14 AM (9 years ago)
Author:
Arvid Halma
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25599

    • Property Resolutioninvalid
    • Property Status newclosed
  • 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...
     1I would expect that the __iexact filter for querying models only results in string matches that possibly differ in case, however, it also matches prefixes...
    22
    33{{{
     
    66}}}
    77
    8 This looks more like `__icontains` to me... I expected only [<MyModel: KING>]
     8This looks more like __icontains to me... I expected only [<MyModel: KING>]
Back to Top