Fixed #28095 -- Doc'd Widget.build_attrs() signature change in Django 1.11.

This commit is contained in:
Tim Graham 2017-05-06 14:45:10 -04:00
parent b57dc9268b
commit e86f4786a7
1 changed files with 3 additions and 0 deletions

View File

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