From e86f4786a7f39b0ed833c0699addf0c27811d864 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 6 May 2017 14:45:10 -0400 Subject: [PATCH] Fixed #28095 -- Doc'd Widget.build_attrs() signature change in Django 1.11. --- docs/releases/1.11.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 94998d5095..03a0a28dea 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -739,6 +739,9 @@ Miscellaneous * Support for IPython < 1.0 is removed from the ``shell`` command. +* The signature of private API ``Widget.build_attrs()`` changed from + ``extra_attrs=None, **kwargs`` to ``base_attrs, extra_attrs=None``. + .. _deprecated-features-1.11: Features deprecated in 1.11