1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

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

Backport of 29a518006f from master
This commit is contained in:
Jon Dufresne
2017-06-02 06:46:43 -07:00
committed by Tim Graham
parent 84dac491d4
commit 1940e3daef
3 changed files with 35 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`).