django-avatar
django-avatar copied to clipboard
render_primary() view behaves differently than "avatar" template tag.
trafficstars
If you use the avatar template tag, django-avatar will fall back to gravatar if it's configured. However, when the view render_primary() is used, there is no gravatar fallback.
I didn't really find this clearly documented anywhere and I found the behavior inconsistent.
Ah, that's my fault: I added this view for my own needs, and since I don't use gravatar I didn't bother with it. You're right, it should match the tag behavior fully.
I'll fix in liberation/django-avatar as soon as possible.
AVATAR_GRAVATAR_BACKUP setting has been removed in https://github.com/jazzband/django-avatar/pull/137 .