jovianang / python-money

Automatically exported from code.google.com/p/python-money
0 stars 0 forks source link

Limit django widget currency choices #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are a lot of currencies available to choose from which makes for long 
selection combo boxes.

Add a django settings directive to limit the choices.

Example:

MONEY_CURRENCY_CHOICES = ['USD', 'AUD', 'EUR']

Original issue reported on code.google.com by ben.coug...@gmail.com on 18 May 2011 at 6:59

GoogleCodeExporter commented 9 years ago
added in r36

Original comment by ben.coug...@gmail.com on 18 May 2011 at 7:01