mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Document new features in 3.1.0
This commit is contained in:
parent
9e9db99acf
commit
6c5bf88fa4
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue