From 23142eea85c66bfd2cdade016054ed162ea0fa63 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 2 Apr 2017 20:14:39 +0200 Subject: Fixed #18394 -- Added error for invalid JavaScriptCatalog packages Thanks Tim Graham for the review. --- docs/releases/2.0.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 32f7413331..fef59ba880 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -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 -- cgit v1.3