merged branch yegeniy/patch-1 (PR #474)
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 25 Oct 2011 12:01:54 +0000 (14:01 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 25 Oct 2011 12:01:54 +0000 (14:01 +0200)
commit5483e995b0af31a767515bf21999e2428541086e
treed4cb06315db8182d18aed3fbade297f4ab080472
parent25c9df53542a409fb9c17022f94b69ccf5c80091
parentcf03a65e8b13d8b4c492e92bb1c13df350920b3c
merged branch yegeniy/patch-1 (PR #474)

Commits
-------

cf03a65 add another example add another example to constant.rst

Discussion
----------

add another example

An example for using the `constant` function

---------------------------------------------------------------------------

by yegeniy at 2011/10/19 09:48:37 -0700

Should be ready.

---------------------------------------------------------------------------

by nikic at 2011/10/19 10:58:01 -0700

I think you should just add that as a line to the other example, so you got this in the end:

```rst
``constant``
============

``constant`` returns the constant value for a given string:

.. code-block:: jinja

    {{ some_date|date(constant('DATE_W3C')) }}
    {{ constant('Namespace\\Classname::CONSTANT_NAME') }}
```

---------------------------------------------------------------------------

by fabpot at 2011/10/21 07:24:32 -0700

That's indeed a good addition to the doc. Can you squash your commits in to one before I merge this pull request? Thanks.

---------------------------------------------------------------------------

by yegeniy at 2011/10/22 06:28:58 -0700

Thanks!