mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-18 12:31:07 +00:00
Set version 2.1.1
This commit is contained in:
parent
50acf18d6a
commit
7fdcd98410
2 changed files with 7 additions and 3 deletions
|
|
@ -1,10 +1,14 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* 2.1 (August 10, 2015)
|
||||
* 2.1.1 (August 10, 2015)
|
||||
* Added Polish locale
|
||||
* Fixed RemovedInDjango19Warning warnings
|
||||
|
||||
* 2.1 (May 2, 2015)
|
||||
* Django 1.7 and 1.8 support
|
||||
* Add South and Django migrations
|
||||
* Changed Gravatar link to use HTTPS by default
|
||||
* Fixed a bug where the admin avatar list page would only show a user's primary avatar
|
||||
* Updated render_primary view to accept usernames with @ signs in them
|
||||
* Updated translations (added Dutch, Japanese, Polish, and Simple Chinese)
|
||||
* Updated translations (added Dutch, Japanese, and Simple Chinese)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '2.1'
|
||||
__version__ = '2.1.1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue