* Do not make log_* functions available from the module namespace.
0.0.12
===================
* Support custom action in ``admin_detail_link``. * Use date widget also in DateRange fields. * Do not raise an error if ``easy_thumbnails`` is not installed and it is not used. * Nicer lists styling. * Add support for admin log entries.
0.0.11
===================
* Drop support for Python 2.7. * Support Django 4. * Dropped six dependency. * Added ``pop_fields``, ``EditOnlyInlineMixin``, ``image_preview``, and ``formatted_json`` utilities. * Code linting with black and isort.