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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 David Trowbridge
reviewboard/admin/urls.py
Loading...