Fixed #18839 - Field.__init__() now calls super().

This commit is contained in:
Carny Cheng 2013-03-18 14:22:26 -07:00 committed by Carl Meyer
parent 0ff12c28d0
commit aaec4f2bd8
3 changed files with 19 additions and 0 deletions

View file

@ -163,6 +163,10 @@ Minor features
* The :djadmin:`diffsettings` comand gained a ``--all`` option.
* :func:`django.forms.fields.Field.__init__` now calls ``super()``, allowing
field mixins to implement ``__init__()`` methods that will reliably be
called.
Backwards incompatible changes in 1.6
=====================================