• 
      

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

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

    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.

    Commits

    Files