mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
7.0.0
This commit is contained in:
parent
a897f5e8e9
commit
4c5e6a0f52
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
* Unreleased
|
* 7.0.0 (August 16, 2022)
|
||||||
* Allowed for rectangular avatars. Custom avatar tag templates now require the specification of both a ``width`` and ``height`` attribute instead of ``size``.
|
* 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).
|
* 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.
|
* Fix invalidate_cache for on-the-fly created thumbnails.
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "6.0.1"
|
__version__ = "7.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue