django-currencies icon indicating copy to clipboard operation
django-currencies copied to clipboard

django-currencies allows you to define different currencies, and includes template tags/filters to allow easy conversion between them.

Results 19 django-currencies issues
Sort by recently updated
recently updated
newest added

Hi team, thank you for the great work. I am wondering whether there is a plan to publish `0.10.2`? It seems that this version is already written but not yet...

Made changes on PR#80, doesn't seem to have any issues. Not sure what version number to use, so just let me know @panosl

New function to convert price from any to any currency

This will protect from DB query for each `currency` filter usage (1 query per hour, until model would not be changed)

Now it has so much DB queries as tag occurs in template

Thank you for this useful library. I notice there's been a new release recently -- it would be valuable if I could read through the differences in the versions to...

I'm updating the readthedocs we have, with the currect content of our repo. We need to go over this.

Support for the flag "show_alternative=true" would be nice, as detailed here: https://docs.openexchangerates.org/docs/supported-currencies#alternative-black-market-and-digital-currencies

When keeping historic data it is necessary to keep the rate at which an operation was made so we don't do past conversions using current rates. I normally handle this...

Hi! I have a working implementation of a `rounding` field on `Currency` model that enable cofiguring the rounding rules for each currency. It also includes a `round()` method on `Currency`...