Get rid of default_app_config definitions.

Review Request #12056 — Created Feb. 12, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

Django no longer needs a definition for default_app_config if it can
be easily auto-detected, and emits a warning if it's present. We didn't
have many of these in Review Board, so this is pretty tiny.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Get rid of default_app_config definitions.
Django no longer needs a definition for `default_app_config` if it can be easily auto-detected, and emits a warning if it's present. We didn't have many of these in Review Board, so this is pretty tiny. Testing Done: Ran unit tests.
2c61f38411cc7138d13396a1dd1d6c51a6fbdc79 David Trowbridge
reviewboard/admin/__init__.py
reviewboard/oauth/__init__.py
Loading...