summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-02-12 15:10:08 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-02-12 15:10:08 +0000
commit03c80067c6061cd6f7484aeb9f953ffad59b8fad (patch)
treee4f478e30074d86e379ce5112adf361d53ce6bcd
parentf46c4140ce3bce1d591699b81a5e9577204ce762 (diff)
Fixed #17451 -- Mentioned the new JavaScript lexer in the release notes. Refs #7704.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17515 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/releases/1.4.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index e0bef0b56e..76e67306aa 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -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.