]> asedeno.scripts.mit.edu Git - bluechips.git/history - bluechips/model/__init__.py
added email notifications. requires schema change to add email column to users table.
[bluechips.git] / bluechips / model / __init__.py
2009-11-05 Scott Torborgadded email notifications. requires schema change to...
2009-11-02 Scott Torborgbrought up to date with latest sqlalchemy conventions
2009-06-08 Evan BroderMerge branch 'master' into fix-authz
2009-06-08 Evan BroderWhen ordering expenditures and transfers, by default...
2008-07-25 Evan BroderStop lazily loading anything to fix double-counting...
2008-07-20 Evan BroderFix a few of the more sane pylint warnings
2008-07-19 Evan BroderRestructure to accurately reflect parent-child relations
2008-07-18 Evan BroderKeep the entered_time fields as UTC stamps instead of local
2008-07-18 Evan BroderSwitch from using Decimal to using a new Currency class
2008-07-18 Evan BroderMove model classes into their own files
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 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-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