Skip to content

Commit

Permalink
Fixed #17451 -- Mentioned the new JavaScript lexer in the release not…
Browse files Browse the repository at this point in the history
…es. Refs #7704.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17515 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
aaugustin committed Feb 12, 2012
1 parent f46c414 commit 03c8006
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/releases/1.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,11 @@ Django 1.4 also includes several smaller improvements worth noting:
documentation about :ref:`the 403 (HTTP Forbidden) view<http_forbidden_view>`
for more information.

* The :djadmin:`makemessages` command uses a new and more accurate lexer,
`JsLex`_, for extracting translatable strings from JavaScript files.

.. _JsLex: https://bitbucket.org/ned/jslex

* The :ttag:`trans` template tag now takes an optional ``as`` argument to
be able to retrieve a translation string without displaying it but setting
a template context variable instead.
Expand Down

0 comments on commit 03c8006

Please sign in to comment.