Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Releases: GeoNode/geonode-avatar

5.0.3

08 May 09:32
Compare
Choose a tag to compare

5.0.3 (May 08, 2020)

* Update pillow version as in geonode

5.0.2

25 Feb 09:47
Compare
Choose a tag to compare

5.0.2 (February 25, 2020)

* Typo on avatar admin

5.0.1

24 Feb 10:13
Compare
Choose a tag to compare

5.0.1 (February 24, 2020)

* Python3 syntax updates: remove unicode
* Syntax updates for Python 3 

5.0.0

10 Feb 15:53
Compare
Choose a tag to compare

5.0.0 (January 4, 2020)

* Added Django 2.1, 2.2, and 3.0 support.
* Added Python 3.7 and 3.8 support.
* Removed Python 1.9 and 1.10 support.
* Fixed bug where avatars couldn't be deleted if file was already deleted.

4.1.0 (December 20, 2017)

* Added Django 2.0 support.
* Added ``avatar_deleted`` signal.
* Ensure thumbnails are the correct orientation.

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.
* Added Python 3.6 support.
* Removed Django 1.7 and 1.8 support.
* Removed Python 3.3 support.

3.0.4

10 Feb 11:36
Compare
Choose a tag to compare

3.0.3

10 Feb 11:35
Compare
Choose a tag to compare

3.0.2

05 Feb 09:36
Compare
Choose a tag to compare

3.0.2 [2020-01-16]

  • 2020-01-14: Python 3 / Django 2 Compatibility

3.0.0

28 Nov 10:31
Compare
Choose a tag to compare

3.0 [2019-11-28]

Issues Fixed

2.1.8

26 Nov 09:14
Compare
Choose a tag to compare
 - Removing deprecated methods