twaddington / django-gravatar

Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
MIT License
149 stars 33 forks source link

Mark templatetag html as safe #22

Closed jarekwg closed 8 years ago

jarekwg commented 8 years ago

Fixes #21

Also includes: -an update to the sample project to conform with 'new-age' django (post django14). -an update to tox to run tests against django{17, 18, 19} along with more recent python versions up to py35.

Note: the bug this patch fixes already gets tested for now that tox tests run against django19.

twaddington commented 8 years ago

@jarekwg this is great! Thank you so much.

I'm going to merge this in right now. I'll cut a new version and push it to pypi tonight.