diff options
| author | Tim Graham <timograham@gmail.com> | 2017-05-06 14:45:10 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-06 14:46:37 -0400 |
| commit | 4bdc832a7598c1811c5a50fb39c912c02ce87a39 (patch) | |
| tree | db8d4a5ae50af571350ef674571ef0e04e4e2a0a /docs | |
| parent | 97f0e32f8e5d8c8d98e63468531602842945ddd2 (diff) | |
[1.11.x] Fixed #28095 -- Doc'd Widget.build_attrs() signature change in Django 1.11.
Backport of e86f4786a7f39b0ed833c0699addf0c27811d864 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 3 |
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 |
