Skip to content

Releases: cschwede/django-swiftbrowser

v0.3.0

07 Feb 22:59
Compare
Choose a tag to compare

Updated to be used with Python 3.5 and Django 2.1.

Include bugfix for tempurl issue

03 Feb 20:34
Compare
Choose a tag to compare
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

04 Jan 10:30
Compare
Choose a tag to compare
Include bugfix for recent Django versions

0.2

11 Jan 22:39
Compare
Choose a tag to compare
0.2
Minor fixes in setup.py / MANIFEST.in, version bump to 0.2

0.1

19 Sep 11:11
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release
Add Django >= 1.5 requirement