Split the administration forms into multiple files.

Review Request #10796 — Created Nov. 11, 2019 and submitted

Information

Review Board
release-4.0.x
b70d502...

Reviewers

This splits up reviewboard.admin.forms into multiple files, making it
easier to maintain as new forms and utility classes are added. It
doesn't change any logic or formatting, with the exception of adding
module-level docstrings. An upcoming change will bring these classes
up-to-date with our modern coding and doc standards.

This is in preparation for an upcoming change that will add classes for
helping transition Django's idea of Change Form fieldsets and fields to
what we need for the new admin UI.

Unit tests pass.

Manually tested every settings form that moved.

Description From Last Updated

E722 do not use bare except'

reviewbotreviewbot

E722 do not use bare except'

reviewbotreviewbot

W391 blank line at end of file

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (5e986ed)
Loading...