diff options
| author | Moritz Sichert <moritz.sichert@googlemail.com> | 2014-02-23 15:10:31 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-20 17:27:41 -0400 |
| commit | 6bb2175ed65456dda2f8ba584f206ba4bbd43dbc (patch) | |
| tree | 0d9ba74e7dd7178b663d7883de50ace2e9485287 /docs/releases | |
| parent | 556eb6770146f26a7f01f786034d8b3ec879ed05 (diff) | |
Fixed #22106 -- Allowed using more than one instance of javascript_catalog per project.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index bce55085ef..6ec8a3f455 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -143,6 +143,9 @@ Internationalization * The :func:`django.views.i18n.set_language` view now properly redirects to :ref:`translated URLs <url-internationalization>`, when available. +* The :func:`django.views.i18n.javascript_catalog` view now works correctly + if used multiple times with different configurations on the same page. + Management Commands ^^^^^^^^^^^^^^^^^^^ |
