mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed doc typos.
This commit is contained in:
parent
55fb162588
commit
7f2505ad9e
27 changed files with 38 additions and 38 deletions
|
@ -447,8 +447,8 @@ probably use:
|
|||
|
||||
>>> Blog.objects.get(name__iexact="beatles blog")
|
||||
|
||||
Would match a ``Blog`` titled "Beatles Blog", "beatles blog", or even
|
||||
"BeAtlES blOG".
|
||||
Would match a ``Blog`` titled ``"Beatles Blog"``, ``"beatles blog"``, or
|
||||
even ``"BeAtlES blOG"``.
|
||||
|
||||
:lookup:`contains`
|
||||
Case-sensitive containment test. For example::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue