• 
      

    Add renderer argument to form widgets.

    Review Request #12006 — Created Jan. 26, 2022 and submitted

    Information

    Review Board
    master

    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.
    b4d8745d0633d05d0d170a40f8e74ddb2364cb3e
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to django-3.2 (f97a766)