Skip to content

Commit

Permalink
Fixed #16067 - Couple reST fixes in ref/templates/builtins.txt; thank…
Browse files Browse the repository at this point in the history
…s julien.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed May 22, 2011
1 parent 909e002 commit 6443adc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/ref/templates/builtins.txt
Expand Up @@ -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:
Expand Down Expand Up @@ -1483,7 +1485,7 @@ If ``value`` is the list ``['a', 'b', 'c']``, the output will be ``'a'``.
fix_ampersands
~~~~~~~~~~~~~~

..note::
.. note::

This is rarely useful as ampersands are automatically escaped. See escape_ for more information.

Expand Down

0 comments on commit 6443adc

Please sign in to comment.