* Fixed `BaseViewPermissionTestMixin` to work with custom user models
6.6.2
* Updated documentation of mixin `PermissionModelMixin` in regard to a caveat with default permissions
6.6.1
* Bugfix in documentation of mixin `PermissionModelMixin`
6.6.0
* Added model mixin `PermissionModelMixin` to provide a neat way of handling non-(database)-model-related permissions * Improved mixin documentation * Updated GitHub Actions
6.5.0
* Added view mixin `UserInFormKwargsMixin` to pass the user to a form in a `FormView`, `CreateView` or `UpdateView`
6.4.0
* Models inheriting from `CommonInfo` will automatically save the four CommonInfo fields in addition to the fields selected when using `update_fields` in the models save method.