- [admin-theme] Minor CSS improvements for login-form - [tests] Added ``catch_signal`` test utility - [qa] Added ``coveralls`` (and hence coverage) to ``extra_requires['qa']`` - [qa] Added merge cases to cases to skip in commit check - [qa] Added ``--force-checkcommit`` argument to force message commit check
0.4.4
--------------------------
- [theme] Made it easier to customize theme (``IMMUNITY _ADMIN_THEME_LINKS``,``IMMUNITY _ADMIN_THEME_JS``, and ``immunity_utils.admin_theme.context_processor.admin_theme_settings``)
0.4.3
--------------------------
- [utils] Added optional ``receive_url_baseurl`` and ``receive_url_urlconf`` to ``ReceiveUrlAdmin`` - [menu] Fixed JS error in popup pages (which have no header) - [utils] ``KeyField`` now allows overrding ``default`` and ``validators``
0.4.2
--------------------------
- Removed unwanted "Running" messages before some tests - Added exception in checkcommit for pattern "^[A-Za-z0-9.]* release$'"
0.4.1
--------------------------
- Added utilities commonly used in other Immunity modules: ``UUIDAdmin``, ``KeyField``, ``ReceiveUrlAdmin``, ``get_random_key`` - Fixed a minor issue regarding a new line ``\n`` not being formatted properly in ``immunity-utils-qa-check``
0.4.0
--------------------------
- Dropped support for python 2.7 - Added support for Django 3.0