Commit graph

11 commits

Author SHA1 Message Date
Jannis Leidel
57d77caeb0 Revamped tests and added Travis config. 2013-08-01 13:12:49 +02:00
Jannis Leidel
7247ae77a9 Renamed AVATAR_BASE_URL to AVATAR_GRAVATAR_BASE_URL. 2013-03-04 12:48:49 +01:00
Jannis Leidel
a103d2bd3f Renamed AVATAR_CLEAN_REMOVED to AVATAR_CLEANUP_DELETED. 2013-03-04 12:28:43 +01:00
Jannis Leidel
68731b6bc6 Merge remote-tracking branch 'chadpaulson/master'
Conflicts:
	MANIFEST.in
	avatar/models.py
	avatar/settings.py
	avatar/templatetags/avatar_tags.py
	avatar/views.py
	setup.py
2013-03-04 11:43:23 +01:00
Jannis Leidel
47664e3fbe Merge branch 'master' of github.com:jezdez/django-avatar
Conflicts:
	avatar/urls.py
	avatar/views.py
	setup.py
2013-03-04 11:33:40 +01:00
Chad Paulson
b5937382ab Added post_delete signal to Avatar model in order to clean up the file system when AVATAR_MAX_AVATARS_PER_USER is equal to 1 or when Avatar instances are removed. This functionality is controlled by the new AVATAR_CLEAN_REMOVED setting which is False by default. 2013-01-18 19:39:31 -06:00
Patrick Altman
ea61cf10e0 Add ability to use https with gravatar 2012-08-29 05:32:29 -05:00
Flavio Curella
7ccd5cdf66 added AVATAR_BASE_URL setting 2012-06-30 14:24:10 -05:00
Jannis Leidel
7b0d9b4a9a Added ability to specify a custom storage backend. 2012-04-20 17:45:56 +02:00
Jannis Leidel
7f38a3acf5 Added new AVATAR_DEFAULT_SIZE setting with a default of 80. 2010-06-26 19:01:22 +02:00
Jannis Leidel
22b85c5028 Moved settings from avatar main module to own settings module and signal callback to models module to be able to prevent import errors in non-Django Python environments. 2010-06-26 19:00:31 +02:00