• 
      

    Set the default value for URL schemes in form inputs.

    Review Request #14815 — Created Feb. 12, 2026 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    When a URL field is filled out with a URL that doesn't include a scheme,
    Django adds one. They're going to be changing the default of this from
    http to https in Django 6.0, and in the meantime, every time it gets
    instantiated, it spews a warning.

    This change adds the transitional setting to opt-in to the new behavior
    and suppress the warning.

    Ran unit tests.

    Commits

    Files