merged branch fabpot/verbatim (PR #947)
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 5 Jan 2013 10:14:46 +0000 (11:14 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 5 Jan 2013 10:14:46 +0000 (11:14 +0100)
commitddd4b732f9aa182edb54b89891c7fd25668354a4
treea61281e29657bdb28f594978bb8b85fb78419093
parent720b71a0b8b48bbefac8037d81d618f798356e7f
parentcd4ab0fde6eb691d0e4dc109d2b07d857ee02406
merged branch fabpot/verbatim (PR #947)

This PR was merged into the master branch.

Commits
-------

cd4ab0f renamed the raw tag to verbatim to avoid confusion with the raw filter

Discussion
----------

renamed the raw tag to verbatim to avoid confusion with the raw filter

In Twig, we have a `raw` tag and a raw filter. Unfortunately, they are totally unrelated and that is confusing.

I propose to rename the `raw` tag to `verbatim`. Of course, for BC reasons, the old `raw` tag will be kept around for the foreseeable future as an alias to `verbatim`.

For the record, `raw` is used by Jinja (http://jinja.pocoo.org/docs/templates/#escaping), whereas `verbatim` was introduced in Django in 1.5 (https://docs.djangoproject.com/en/dev/releases/1.5/#verbatim-template-tag).