django-avatar icon indicating copy to clipboard operation
django-avatar copied to clipboard

render_primary() view behaves differently than "avatar" template tag.

Open danostrowski opened this issue 15 years ago • 1 comments
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.

danostrowski avatar Feb 25 '10 00:02 danostrowski

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.

diox avatar Feb 25 '10 11:02 diox

AVATAR_GRAVATAR_BACKUP setting has been removed in https://github.com/jazzband/django-avatar/pull/137 .

johanneswilm avatar Aug 16 '22 10:08 johanneswilm