Use modern inclusion method for admin URLs.

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

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.

Summary ID
Use modern inclusion method for admin URLs.
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. Testing Done: Ran unit tests.
a06b364e385884b451b52fbcc4233db71df2860e
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (56186b1)
Loading...