Skip to content

Tags: nisc-acooper/django-swiftbrowser

Tags

6f134c8b

Toggle 6f134c8b's commit message
Specify Python version in .travis.yml

0.22

Toggle 0.22's commit message
Fix bug when creating temporary URLs

Pythons HMAC does not accept unicode, therefore converting key and hmac body to
string (to be compatible with Python 2.x). Python 3 needs a byte conversion.

See also: http://bugs.python.org/issue5285

0.21

Toggle 0.21's commit message
Include bugfix for recent Django versions

0.2

Toggle 0.2's commit message
Minor fixes in setup.py / MANIFEST.in, version bump to 0.2

0.1

Toggle 0.1's commit message
Add Django >= 1.5 requirement