-
-
djblets/gravatars/__init__.py (Diff revision 1) Is djblets considered django 1.4 only now as well? If so, we should probably switch this over to the python 2.5 hashlib
-
djblets/gravatars/__init__.py (Diff revision 1) What's reason you're returning "", as opposed to None?
Add a get_gravatar_url function in gravatars.
Review Request #3470 — Created Nov. 3, 2012 and submitted
Information | |
---|---|
chipx86 | |
Djblets | |
release-0.6.x | |
2768 | |
Reviewers | |
djblets | |
Add a get_gravatar_url function in gravatars. This makes it possible to get the URL without generating an <img/> tag. It also is smart enough to handle HTTP vs. HTTPS, unlike the previous implementation.
Tested with a change in Review Board.
Description | From | Last Updated |
---|---|---|
Is djblets considered django 1.4 only now as well? If so, we should probably switch this over to the python … |
SM smacleod |