Fix the resolve-check management command and set initial defaults.

Review Request #11358 — Created Jan. 6, 2021 and submitted

Information

Review Board
release-4.0.x

Reviewers

The resolve-check management command wasn't properly ported over to the
modern Django management command code. This prevented checks from being
resolved.

This change fixes that, and it also records the static-media check as
resolved for new installations, so users aren't told they have to
manually update anything.

Tested resolving a check successfully.

Tested creating a new site and verifying I didn't have to resolve the
static-media check.

Summary ID
Fix the resolve-check management command and set initial defaults.
The resolve-check management command wasn't properly ported over to the modern Django management command code. This prevented checks from being resolved. This change fixes that, and it also records the `static-media` check as resolved for new installations, so users aren't told they have to manually update anything.
55d2b49945ab15ca28705344ab33b7e3a7beaf6b
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (39e3c23)
Loading...