* Merged package ``ai-drf-core`` into this package and enabled djangorestframework-specific installation with `pip install ambient_toolbox[drf]` * Added ``BaseModelSerializer`` and ``CommonInfoSerializer`` * Incremented dependencies django and bleach to previous versions latest bugfix release
3.2.0
* Added ``AbstractPermissionMixin``, ``AbstractUserSpecificQuerySet`` and ``AbstractUserSpecificManager`` abstract managers * Removed deprecated `antivir` package * Added Sphinx documentation setup to package
3.1.0
* Added context manager ``TempDisconnectSignal`` to nicely disable model signals temporarily * Moved dev dependencies to ``extras_require`` in the setup file
3.0.2
* Imports all utils into the modules scope * Re-translated some docstrings into English * Added tests for the `log_whodid` util function
3.0.1
* Added missing ``__init__.py`` file to package mail.services
3.0.0
* *Breaking change:* Renamed package from `ai` to `ambient_toolbox` to clarify dependencies for usages * Finished code linting * Removed unused imports in antivirus util package