mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Fixed #28265 -- Prevented renderer warning on Widget.render() with **kwargs.
This commit is contained in:
parent
00093daec9
commit
29a518006f
3 changed files with 40 additions and 3 deletions
|
@ -9,4 +9,6 @@ Django 1.11.3 fixes several bugs in 1.11.2.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Removed an incorrect deprecation warning about a missing ``renderer``
|
||||
argument if a ``Widget.render()`` method accepts ``**kwargs``
|
||||
(:ticket:`28265`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue