mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +00:00
Fixed #13408 -- Deprecated silent unpacking exception passing in for template tag.
Thanks peterbe for the suggestion.
This commit is contained in:
parent
b9bfcd82f0
commit
2aaa045c61
4 changed files with 39 additions and 7 deletions
|
|
@ -22,6 +22,9 @@ about each item can often be found in the release notes of two versions prior.
|
|||
|
||||
* ``SimpleTestCase.urls`` will be removed.
|
||||
|
||||
* Using an incorrect count of unpacked values in the ``for`` template tag
|
||||
will raise an exception rather than fail silently.
|
||||
|
||||
.. _deprecation-removed-in-1.9:
|
||||
|
||||
1.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue