-
-
reviewboard/reviews/management/commands/fill-database.py (Diff revision 1) The line's too long. I'd put the
files=
on the next line, aligned withreview_request=
-
reviewboard/reviews/management/commands/fill-database.py (Diff revision 1) Blank lines around blocks like this, to separate from other code.
Fixed the fill-database command
Review Request #4692 — Created Oct. 7, 2013 and submitted
Information | |
---|---|
endee | |
Review Board | |
master | |
Reviewers | |
reviewboard, students | |
Fixed the fill-database command to get it working, switched to use the UploadDiffForm in reviews and updated it to use the correct parameters.
Ran the command and saw that it actually ran and populated the database correctly.
Ran the unit tests, they all pass.