* Added some links to setup.py for pypi * Added some documentation for setting up the toolbox
4.2.0
* Added ``GloballyVisibleQuerySet`` including tests and documentation * Added ``BaseViewSetTestMixin`` for the djangorestframework plugin * Fixed some typos in the documentation
4.1.2
* Added kwargs parameter to init-method of `BaseEmailServiceFactory`
4.1.1
* Fixed a bug in the documentation
4.1.0
* Added class `BaseEmailService` for easier email creation and factory `BaseEmailServiceFactory` for multiple (mostly personalised) emails * Added `html2text` as a dependency to be able to automatically process the text part of an email from the html template
4.0.2
* Fixed a bug in ``EmailTestService.assert_body_contains()`` method to make it work for emails NOT having an HTML part