Fixed doc typos.

This commit is contained in:
Tim Graham 2014-02-28 11:44:03 -05:00
parent 55fb162588
commit 7f2505ad9e
27 changed files with 38 additions and 38 deletions

View file

@ -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::