summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-05-31 07:43:05 -0400
committerTim Graham <timograham@gmail.com>2013-05-31 07:43:05 -0400
commitf513764e72faf6bd4be1f063d2842cd4e5d76f7d (patch)
tree4e214c29f7908156101b89b389328dcfb67c1a16 /docs
parent7882c3a67377de7eed7f52a0b91a0a12b2e32655 (diff)
Fixed #20515 - Clarified note regarding translator comments.
Thanks wim@ for the suggestion.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 2afa9a32cd..91dda667f1 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -452,10 +452,9 @@ they are located after a ``{#`` / ``#}``-type comment on the same line. E.g.:
Location of translator comments
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Validation of the placement of :ref:`translator-comments-in-templates`
-specified using ``{#`` / ``#}`` is now stricter. All translator comments not
-located at the end of their respective lines in a template are ignored and a
-warning is generated by :djadmin:`makemessages` when it finds them. E.g.:
+:ref:`translator-comments-in-templates` specified using ``{#`` / ``#}`` need to
+be at the end of a line. If they are not, the comments are ignored and
+:djadmin:`makemessages` will generate a warning. For example:
.. code-block:: html+django