Closed troygrosfield closed 10 years ago
Using python 3.3.3 and django 1.6, I get the following error when attempting to update rates:
$ python manage.py syncdb Creating tables ... Creating table djmoney_rates_ratesource Creating table djmoney_rates_rate Installing custom SQL ... Installing indexes ... Installed 0 object(s) from 0 fixture(s) $ python manage.py update_rates CommandError: Error during rate update: Error retrieving rates: can't use a string pattern on a bytes-like object
Fixed and released on pypi. Thnx for reporting :+1:
Thanks for the quick turnaround!
Using python 3.3.3 and django 1.6, I get the following error when attempting to update rates: