Fixed #15952 -- fixed an error in the template builtins docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16141 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5487ec8039
commit
c21d3afaef
|
@ -493,7 +493,7 @@ how ``x in y`` will be interpreted::
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
``not in`` operator
|
``not in`` operator
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Not contained within. This is the negation of the ``in`` operator.
|
Not contained within. This is the negation of the ``in`` operator.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue