Fixed #28265 -- Prevented renderer warning on Widget.render() with **kwargs.

This commit is contained in:
Jon Dufresne 2017-06-02 06:46:43 -07:00 committed by Tim Graham
parent 00093daec9
commit 29a518006f
3 changed files with 40 additions and 3 deletions

View file

@ -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`).