]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/model/types.py
fixed some issues resulting from upgrading sqlalchemy, made more ORM-y
[bluechips.git] / bluechips / model / types.py
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