panosl / django-currencies

django-currencies allows you to define different currencies, and includes template tags/filters to allow easy conversion between them.
http://pypi.python.org/pypi/django-currencies
BSD 3-Clause "New" or "Revised" License
94 stars 81 forks source link

Support for Django3 #77

Closed pasevin closed 4 years ago

pasevin commented 4 years ago

Fixes #76

panosl commented 4 years ago

@pasevin this is failing on travis, can you take a look? Else I'll do it when I get a chance.

panosl commented 4 years ago

I went ahead and mixed this fix with an update on travis and removed references of older 1.8 versions. Thank you for your help!