]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/model
Add history controller to display old transactions
[bluechips.git] / bluechips / model /
2008-07-17 Evan BroderReconfigure some models for convenience
2008-07-16 Evan BroderUse the correct object for datetime.now
2008-07-16 Evan BroderChange from using sa.func.now to datetime.now
2008-07-16 Evan BroderActually set a meaningful value for model/__init__...
2008-07-15 Evan BroderSmall indentation fix to model/__init__
2008-07-14 Evan BroderFix model/types.py to import Decimal
2008-07-14 Evan BroderChange the repr of Splits to match the new db structure.
2008-07-14 Evan BroderStore splits as straight currency instead of percentages
2008-07-14 Evan BroderRounding currency values is useful; make it a helper
2008-07-13 Evan BroderFix some typos in the model
2008-07-13 Evan BroderExplicitly specify the primary join for transfer.{debto...
2008-07-13 Evan BroderDefine the model
2008-07-12 Evan BroderCreate Pylons app