From aaec4f2bd8a63b3dceebad7804c5897e7874833d Mon Sep 17 00:00:00 2001 From: Carny Cheng Date: Mon, 18 Mar 2013 14:22:26 -0700 Subject: Fixed #18839 - Field.__init__() now calls super(). --- docs/releases/1.6.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ===================================== -- cgit v1.3