diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
