mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Update version 4.0.0 changelog
This commit is contained in:
parent
5ffa8a443a
commit
6151c426b7
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ Changelog
|
|||
* 4.0.0 (May 27, 2017)
|
||||
* **Backwards incompatible:** Added ``AVATAR_PROVIDERS`` setting. Avatar providers are classes that return an avatar URL for a given user.
|
||||
* Added ``verbose_name`` to ``Avatar`` model fields.
|
||||
* Added the ability to override the ``alt`` attribute using the ``avatar`` template tag.
|
||||
* Added Italian translations.
|
||||
* Improved German translations.
|
||||
* Fixed bug where ``rebuild_avatars`` would fail on Django 1.10+.
|
||||
* Added Django 1.11 support.
|
||||
|
|
|
|||
Loading…
Reference in a new issue