Skip to content

Commit

Permalink
fix MRO for complex overriding
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuty committed Apr 23, 2015
1 parent 279a508 commit 7538178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horizon_contrib/forms/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_form_class(self):
return model_forms.modelform_factory(model)


class CreateView(ModelFormMixin, ContextMixin, ModalFormView):
class CreateView(ModelFormMixin, ContextMixin, generic.FormView):

name = _('Create')

Expand Down

0 comments on commit 7538178

Please sign in to comment.