All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
get_context_data
now calls thesuper()
method to keep context data intact from other superclasses and mix-ins
get
andforms_invalid
have been updated to callrender_to_response
instead ofrender
allowing a developer to customize the response_class on a view- updated dependecies and CircleCI
get_form_kwargs
now follows the same formatget_initial
and returns an object whos keys are the form names allowing support for custom kwargs for each included form
- Support for Python 3
- MultiFormView
- MultiModelFormView