Fixed #16067 - Couple reST fixes in ref/templates/builtins.txt; thanks julien.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
909e002808
commit
6443adc9a9
|
@ -533,6 +533,8 @@ operators, from lowest to highest, is as follows:
|
|||
|
||||
(This follows Python exactly). So, for example, the following complex if tag:
|
||||
|
||||
.. code-block:: django
|
||||
|
||||
{% if a == b or c == d and e %}
|
||||
|
||||
...will be interpreted as:
|
||||
|
|
Loading…
Reference in New Issue