diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5a81579..6c86eec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= * 3.1.0 (Not released) + * Added the ability to override templates using ``AVATAR_ADD_TEMPLATE``, ``AVATAR_CHANGE_TEMPLATE``, and ``AVATAR_DELETE_TEMPLATE``. + * Added the ability to pass additional HTML attributes using the ``{% avatar %}`` template tag. + * Fixed unused verbosity setting in ``rebuild_avatars.py``. * Added Django 1.10 support * Removed Python 3.2 support diff --git a/README.rst b/README.rst index ff11f5f..59d927d 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,7 @@ django-avatar .. image:: https://badge.fury.io/py/django-avatar.svg :target: https://badge.fury.io/py/django-avatar + :alt: PyPI badge .. image:: https://readthedocs.org/projects/django-avatar/badge/?version=latest :target: http://django-avatar.readthedocs.org/en/latest/?badge=latest @@ -11,9 +12,11 @@ django-avatar .. image:: https://travis-ci.org/grantmcconnaughey/django-avatar.svg?branch=master :target: https://travis-ci.org/grantmcconnaughey/django-avatar + :alt: Travis CI Build Status .. image:: https://coveralls.io/repos/grantmcconnaughey/django-avatar/badge.svg?branch=master&service=github :target: https://coveralls.io/github/grantmcconnaughey/django-avatar?branch=master + :alt: Coverage Django-avatar is a reusable application for handling user avatars. It has the ability to default to Gravatar if no avatar is found for a certain user.