• 
      

    Add renderer argument to form widgets.

    Review Request #11966 — Created Jan. 21, 2022 and submitted

    Information

    Djblets
    release-3.x

    Reviewers

    Since Django 1.11, form widgets have included a renderer argument to
    the render() method. Support for widgets which don't accept this
    argument was removed in 2.1. This change adds that and plumbs it through
    where necessary.

    Ran unit tests.

    Summary ID
    Add renderer argument to form widgets.
    Since Django 1.11, form widgets have included a `renderer` argument to the `render()` method. Support for widgets which don't accept this argument was removed in 2.1. This change adds that and plumbs it through where necessary. Testing Done: Ran unit tests.
    d940bd705c5ca25ab487cc01c3b2ee5ec4178124
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.x (17521f5)