diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2013-04-13 02:02:28 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-04-13 16:37:27 +0200 |
| commit | 9ac4dbd7b53d187ca54f28e247d3a120660938ca (patch) | |
| tree | cec2d080457e97c7b6dab5593789d6921acf379b /docs/internals | |
| parent | c4186c2fec6f5418c81366a911792bf5295db494 (diff) | |
Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect
I refactored RadioSelect and CheckboxSelectMultiple to
make them inherit from a base class, allowing them to share
the behavior of being able to iterate over their subwidgets.
Thanks to Matt McClanahan for the initial patch and to
Claude Paroz for the review.
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 bf1a323489..1533e25dc8 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -372,6 +372,9 @@ these changes. - ``django.db.transaction.is_managed()`` - ``django.db.transaction.managed()`` +* ``django.forms.widgets.RadioInput`` will be removed in favor of + ``django.forms.widgets.RadioChoiceInput``. + 2.0 --- |
