diff options
| author | Preston Timmons <prestontimmons@gmail.com> | 2015-01-16 17:34:32 -0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-03 10:44:33 -0500 |
| commit | cd4282816db9164791cd0ac97a3dc329ad92c522 (patch) | |
| tree | 6ace721036a457465a0b7b3abfcd691d34801eb2 /docs/internals | |
| parent | 8adc59038cdc6ce4f9170e4de2d716d940e136b3 (diff) | |
Fixed #18651 -- Enabled optional assignments for simple_tag().
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 50782b363c..66477109ec 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -20,6 +20,8 @@ details on these changes. * The ``django.forms.extras`` package will be removed. +* The ``assignment_tag`` helper will be removed. + .. _deprecation-removed-in-2.0: 2.0 |
