Closed thijstriemstra closed 11 years ago
Thanks, check the latest version.
Thanks. When can we expect a new release with this new functionality? I'd like to be able to pip install this with a version number.
We'll create a new release by end of Jan to see if no other issues arise. In the meantime you can pip install the latest version like this:
pip install -e git+https://git@github.com/devartis/passbook@cd9f4c4088a95a1ba8cc3b85ff93078fd885956d#egg=passbook
It would be nice to have a CurrencyField that extends NumberField:
class CurrencyField(NumberField):