mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
typo
This commit is contained in:
parent
9e9679167b
commit
baf1cfb1f7
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ Changelog
|
|||
* Allowed for rectangular avatars. Custom avatar tag templates now require the specification of both a ``width`` and ``height`` attribute instead of ``size``.
|
||||
* Made ``True`` the default value of ``AVATAR_CLEANUP_DELETED``. (Set to ``False`` to obtain previous behavior).
|
||||
* Fix invalidate_cache for on-the-fly created thumbnails.
|
||||
* New setting ``AVATAR_ALLOWED_MIMETYPES`` to check mimetypes of uploaded files using ``python-magic``. Default is ``None``.
|
||||
* New setting ``AVATAR_ALLOWED_MIMETYPES``. If enabled, it checks mimetypes of uploaded files using ``python-magic``. Default is ``None``.
|
||||
|
||||
* 6.0.1 (August 12, 2022)
|
||||
* Exclude tests folder from distribution.
|
||||
|
|
|
|||
Loading…
Reference in a new issue