Skip to content

refactoring: extract common form_valid() method of OrderNewExcerptView and OrderExistingExcerptView

Nicola Jordan requested to merge feature/DRY_OrderXExcerptView.form_valid into develop

Created by: das-g

I've decided to let the new mixin inherit from FormMixin, which provides the overridden method. MRO looks OK, and I don't think the resolution order is particularly fragile for this case.

reviewed by:

  • @hixi

Merge request reports