Show warnings in the dev server.

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

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.

Summary ID
Show warnings in the dev server.
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.
736e34c3475ba092f8f0dcc09cb397f15d53d8fb
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.0.x (87b5584)
Loading...