mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #18394 -- Added error for invalid JavaScriptCatalog packages
Thanks Tim Graham for the review.
This commit is contained in:
parent
41e02ab368
commit
23142eea85
3 changed files with 22 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue