django-prices-openexchangerates icon indicating copy to clipboard operation
django-prices-openexchangerates copied to clipboard

openexchangerates.org support for django-prices

Results 7 django-prices-openexchangerates issues
Sort by recently updated
recently updated
newest added

Currently it will raise error when running ```update_exchange_rates --all``` if currency has already existed in db. It is because ```get_or_create(to_currency=currency, rate=rate)``` will break the uniquness of ```to_currency``` when rate changes....

Hi, users are unable to run **_django-prices-openexchangerates_** due to dependency conflict with _**django**_ package. As shown in the following full dependency graph of **_django-prices-openexchangerates_**, **_django-prices-openexchangerates_** requires _**django >=1.11**_,while **_django-prices_** requires...

Currently, we're testing under Python 3.4 that is no longer supported by `mypy`.

With the development of openexchangerates, some currencies in https://github.com/mirumee/django-prices-openexchangerates/blob/master/django_prices_openexchangerates/currencies.py may be abandoned in openchangerates. It would be nice to add an option to ```update_exchange_rates``` which could delete abandoned currencies from...

It will be nice to support django's built-in argument ```verbosity``` for ```update_exchange_rates``` command. With this PR, the default behevior of ```django-admin update_exchange_rates``` doesn't change, but ```django-admin update_exchange_rates --verbosity 0``` will...

This is issue for tracking possible bug in `update_exchange_rates` behavior brought up in the #28

We should update django-prices-openexchangerates to be compatible with Django 2.0. Also we could tweak our configuration to look more like on prices.