Open christianwgd opened 5 years ago
Support for Widget.render() methods without the renderer argument is removed in django 2.1 (see https://docs.djangoproject.com/en/2.2/releases/2.1/ - last line).
Adding a keyword argument to the signature should't break compatibility with earlier django versions (tested with django 1.11).
Support for Widget.render() methods without the renderer argument is removed in django 2.1 (see https://docs.djangoproject.com/en/2.2/releases/2.1/ - last line).
Adding a keyword argument to the signature should't break compatibility with earlier django versions (tested with django 1.11).