• 
      

    Use modern inclusion method for admin URLs.

    Review Request #12007 — Created Jan. 26, 2022 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Since Django 2.0, admin site URLs are now added directly in the url()
    method instead of through include(). This change updates our URL
    definitions to use the new syntax.

    Ran unit tests.

    Commits

    Files