Changes between Initial Version and Version 2 of Ticket #25599


Ignore:
Timestamp:
Oct 23, 2015, 7:15:27 AM (9 years ago)
Author:
Tim Graham
Comment:

What database are you using?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25599

    • Property Type UncategorizedBug
  • Ticket #25599 – Description

    initial v2  
    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