mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #18839 - Field.__init__() now calls super().
This commit is contained in:
parent
0ff12c28d0
commit
aaec4f2bd8
3 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
=====================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue