* Extracted embedded form valid logic to separate method with super call in `_FormsetMixin` * Added documentation about `FormsetCreateViewMixin` and `FormsetUpdateViewMixin`
5.5.2
* Added documentation about `BleacherMixin`
5.5.1
* Added explicit declaration of bleacher field list attribute `BLEACH_FIELD_LIST` in `BleacherMixin`
5.5.0
* Added validation for user object in `RequestProviderMixin` * Added link to changelog in setup.py * Moved minimum django version to 2.2
5.4.0
* Added `__len__` and `__iter__` to EmailTestService * EmailTestService uses EmailTestServiceMail instances, which wrap the underlying Django mail objects, and provide additional assertion functions
5.3.0
* Added `method` kwarg to `RequestProviderMixin.get_request()`