conference_review.submission_id may not be NULL

Bug #403112 reported by Miklos Koren
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MKKE konferencia honlap
Fix Released
Undecided
Unassigned

Bug Description

class ReviewForm(forms.ModelForm):

    class Meta:
        model = models.Review
        exclude = ['submission']

Because you exclude submission from the review form, its value is Null. The view should separately fill its value before committing it to the db.

ViktorNagy (viktor-nagy)
Changed in mkke-konferencia-honlap:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.