From 2aaa045c61a3d4b325f964aa01554107b47b9774 Mon Sep 17 00:00:00 2001 From: e0ne Date: Fri, 13 Sep 2013 18:11:48 +0300 Subject: Fixed #13408 -- Deprecated silent unpacking exception passing in for template tag. Thanks peterbe for the suggestion. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 49eaa90ccb..a0d3b8a80c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 -- cgit v1.3