bhushan-mohanraj / fsw

A modular library for Flask apps.
MIT License
2 stars 0 forks source link

Add a mixin for `FormView`. #5

Closed bhushan-mohanraj closed 2 years ago

bhushan-mohanraj commented 2 years ago

FormMixin allows other views to extend the behavior required by FormView.dispatch_request without extending the method themselves.