diff options
| author | e0ne <e0ne@e0ne.info> | 2013-09-13 18:11:48 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-08 13:55:17 -0400 |
| commit | 2aaa045c61a3d4b325f964aa01554107b47b9774 (patch) | |
| tree | 5b519e6adb79cdc10dfd0e4cca510e881aa1eaaa /docs/internals | |
| parent | b9bfcd82f0995b3bdd97a1c2cffa1cdd47ebc3c4 (diff) | |
Fixed #13408 -- Deprecated silent unpacking exception passing in for template tag.
Thanks peterbe for the suggestion.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
