summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-05-06 14:45:10 -0400
committerTim Graham <timograham@gmail.com>2017-05-06 14:45:50 -0400
commite86f4786a7f39b0ed833c0699addf0c27811d864 (patch)
tree0a71a1630c3e06072efe83e496fb7291cff490bf /docs
parentb57dc9268bc635525cf143ca0b36276e04542332 (diff)
Fixed #28095 -- Doc'd Widget.build_attrs() signature change in Django 1.11.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt3
1 files changed, 3 insertions, 0 deletions
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