ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 628 forks source link

django-avatar version is very old #766

Closed omerfarukdogan closed 1 year ago

omerfarukdogan commented 6 years ago

In askbot-requirements.txt file, django-avatar==2.2.1 is required. But when this version is used, user_calculate_avatar_url method constantly prints 'Using deprecated version of django-avatar' logs. Either a newer version of django-avatar should be required, or the log should be disabled.

martin-bts commented 5 years ago

That is oddly arbitrary. Askbot is a museum of ancient code. Deprecated means this is still one of the more recent pieces of software that can be found in Askbot. :-)

martin-bts commented 4 years ago

This particular issue does not exist in the master branch.