-
-
/trunk/reviewboard/reviews/forms.py (Diff revision 1) the add_default_reviewers will raise the error below when we have deleted the review. The review_record is deleted when the diff_form returns no exception but a self.errors['diff_path'] not empty Error: 'ReviewRequest' instance needs to have a primary key value before a many-to-many relationship can be used. Note: This error still exists on the last version of your greate review-board tool !
'ReviewRequest' instance needs to have a primary key value before a many-to-many relationship can be used.
Review Request #663 — Created Dec. 7, 2008 and discarded
Information | |
---|---|
mbee | |
Review Board SVN (deprecated) | |
Reviewers | |
reviewboard | |
david |
raises 'ReviewRequest' instance needs to have a primary key value before a many-to-many relationship can be used.
some ugly tests to reach this part of code.
MB