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

Improvements in currency models #36

Closed iPablo closed 8 years ago

iPablo commented 8 years ago

Added unique attribute to code and name fields Added db_index to code, name and symbol fields

iPablo commented 8 years ago

Done

bashu commented 8 years ago

Excellent, please squash commits

iPablo commented 8 years ago

Done