]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/model/types.py
don't need the str_no_dollar method anymore
[bluechips.git] / bluechips / model / types.py
2009-11-08 Scott Torborgdon't need the str_no_dollar method anymore
2009-11-06 Scott Torborgdon't enter a non-zero currency amount
2009-11-04 Scott Torborgadded special Currency validator
2009-11-02 Scott Torborguse python's locale stuff for currency formatting
2009-11-02 Scott Torborgfixed some issues resulting from upgrading sqlalchemy...
2008-07-19 Evan BroderChanging location of minus sign in Currency broke __str...
2008-07-19 Evan BroderMove negative sign for Currency
2008-07-19 Evan BroderSuperSubclass isn't smart enough to do the __new__...
2008-07-18 Evan BroderAdd some documentation to the Currency type
2008-07-18 Evan BroderSwitch from using Decimal to using a new Currency class
2008-07-14 Evan BroderFix model/types.py to import Decimal
2008-07-14 Evan BroderRounding currency values is useful; make it a helper
2008-07-13 Evan BroderDefine the model