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

Bugfixes for develop branch #33

Closed einarf closed 8 years ago

einarf commented 8 years ago

Two small things :

einarf commented 8 years ago

The CurrencyManager also never worked because the function name was wrong causing the manager to just return a default queryset.. aka returning all currencies.