From b52c73008a9d67e9ddbb841872dc15cdd3d6ee01 Mon Sep 17 00:00:00 2001 From: Preston Timmons Date: Tue, 27 Dec 2016 17:00:56 -0500 Subject: Fixed #15667 -- Added template-based widget rendering. Thanks Carl Meyer and Tim Graham for contributing to the patch. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index c1a1c41cd6..1510ca659b 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -51,6 +51,9 @@ details on these changes. * Support for regular expression groups with ``iLmsu#`` in ``url()`` will be removed. +* Support for ``Widget.render()`` methods without the ``renderer`` argument + will be removed. + .. _deprecation-removed-in-2.0: 2.0 -- cgit v1.3