diff --git a/generic/forms.py b/generic/forms.py index 5c395dad..abd4f50f 100755 --- a/generic/forms.py +++ b/generic/forms.py @@ -47,6 +47,7 @@ class QuestionNoteForm(ModelForm): get_object_or_404(question, pk=pk) # We get the 'initial' keyword argument or initialize it # as a dict if it didn't exist. + #if kwargs.get("instance"): initial = kwargs.setdefault("initial", {}) # The widget for a ModelMultipleChoiceField expects # a list of primary key for the selected data.