Document new features in 3.1.0

This commit is contained in:
Grant McConnaughey 2016-09-03 10:14:31 -05:00
parent 9e9db99acf
commit 6c5bf88fa4
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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.