Changes between Initial Version and Version 1 of Ticket #30925


Ignore:
Timestamp:
Oct 29, 2019, 11:39:32 AM (5 years ago)
Author:
golways
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30925 – Description

    initial v1  
    55In my project, I would need to use something like:
    66
    7 .filter(attr__istartof= myVar)
     7{{{
     8.filter(attr\_\_istartof= myVar)
     9}}}
    810
    911Since istartof is missing, I do:
    10 
     12{{{
    1113.extra(where=["%s ILIKE attr||'%%'"], params=[myVar])
    12 
     14}}}
    1315Thanks for your great job with Django !
    1416Regards,
Back to Top