Skip to content

Support for Widget.render() method without the renderer argument removed in Django 2.1. #29

@Shivaank121

Description

@Shivaank121

There had been this backward-incompatible change in Django 2.1:
https://docs.djangoproject.com/en/2.1/releases/2.1/#features-removed-in-2-1.

Need to fix the method signature of render(), so that it looks like this:

def render(self, name, value, attrs=None, renderer=None):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions