summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 3e6c3b8bfb..132ce68232 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -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
=====================================