diff options
| author | Preston Timmons <prestontimmons@gmail.com> | 2016-12-27 17:00:56 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-27 17:50:10 -0500 |
| commit | b52c73008a9d67e9ddbb841872dc15cdd3d6ee01 (patch) | |
| tree | b58a2d18242db5234b18678116e07e6f6bbc7cb3 /docs/internals | |
| parent | 51cde873d9fc8e4540f4efecbd39cfe8e770be38 (diff) | |
Fixed #15667 -- Added template-based widget rendering.
Thanks Carl Meyer and Tim Graham for contributing to the patch.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
