Show warnings in the dev server.

Review Request #12322 — Created June 1, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

Modern versions of Django hide all warnings by default. This makes it
harder to do development and testing around warnings and to catch
deprecated functionality.

We now run the dev server in warnings mode, ensuring that all warnings
will be shown as they're encountered.

There are a few warnings that currently will be shown at launch, but
those will be resolved in upcoming changes.

Ran the dev server. Saw warnings.

Commits

Files

    Loading...