Changes between Initial Version and Version 2 of Ticket #6933


Ignore:
Timestamp:
Jun 16, 2008, 4:09:16 PM (16 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6933

    • Property Keywords nfa-someday added
  • Ticket #6933 – Description

    initial v2  
    1313So, if for example i'm looking for "Hey dud" query will be:
    1414
     15{{{
    1516qs.filter(field__startswith="Hey") & qs.filter(field__startswith("dud"))
     17}}}
    1618
    1719
    18 
Back to Top