refactoring: extract common form_valid() method of OrderNewExcerptView and OrderExistingExcerptView
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