1
0
mirror of https://github.com/django/django.git synced 2025-04-18 06:14:37 +00:00

[1.11.x] Fixed -- Doc'd Widget.build_attrs() signature change in Django 1.11.

Backport of e86f4786a7f39b0ed833c0699addf0c27811d864 from master
This commit is contained in:
Tim Graham 2017-05-06 14:45:10 -04:00
parent 97f0e32f8e
commit 4bdc832a75

@ -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