Fixed #18394 -- Added error for invalid JavaScriptCatalog packages

Thanks Tim Graham for the review.
This commit is contained in:
Claude Paroz 2017-04-02 20:14:39 +02:00
parent 41e02ab368
commit 23142eea85
3 changed files with 22 additions and 2 deletions

View file

@ -420,6 +420,10 @@ Miscellaneous
Book.objects.iterator(chunk_size=100)
* Providing unknown package names in the ``packages`` argument of the
:class:`~django.views.i18n.JavaScriptCatalog` view now raises ``ValueError``
instead of passing silently.
.. _deprecated-features-2.0:
Features deprecated in 2.0