Added docs for exact, iexact
This commit is contained in:
parent
eb4f0ad7fb
commit
6896818bfd
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ Available operators are as follows:
|
|||
The following operators are available as shortcuts to querying with regular
|
||||
expressions:
|
||||
|
||||
* ``exact`` -- string field exactly matches value
|
||||
* ``iexact`` -- string field exactly matches value (case insensitive)
|
||||
* ``contains`` -- string field contains value
|
||||
* ``icontains`` -- string field contains value (case insensitive)
|
||||
* ``startswith`` -- string field starts with value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue