diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-12-06 14:40:51 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-12-07 10:14:22 +0100 |
| commit | 8a9c8bb90736451e6bdea82723cbb23a695146fb (patch) | |
| tree | 4f13cdb15c6c6627e5bc31e8af6af65295c8dd74 /docs/releases/1.6.1.txt | |
| parent | 6d20a80d986848da5944904c7f91d6e002701ef1 (diff) | |
Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method
Thanks dibrovsd at gmail.com for the report and Simon Charette
for the review.
Diffstat (limited to 'docs/releases/1.6.1.txt')
| -rw-r--r-- | docs/releases/1.6.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt index 5eeb446b88..2ac8822c9c 100644 --- a/docs/releases/1.6.1.txt +++ b/docs/releases/1.6.1.txt @@ -22,6 +22,9 @@ Bug fixes raised an error (#21439). * Fixed a regression that prevented editable ``GenericRelation`` subclasses from working in ``ModelForms``. +* Added missing ``to_python`` method for ``ModelMultipleChoiceField`` which + is required in Django 1.6 to properly detect changes from initial values + (#21568). * Fixed ``django.contrib.humanize`` translations where the unicode sequence for the non-breaking space was returned verbatim (#21415). * Fixed :djadmin:`loaddata` error when fixture file name contained any dots |
