aboutsummaryrefslogtreecommitdiff
path: root/budget/models.py
AgeCommit message (Expand)AuthorFilesLines
2012-03-06code reread: noop, and pep8 <3Feth AREZKI1-6/+12
2011-12-03Fix for a bug introduced in last commit : crash of dashboard view when there ...A.Avenel1-0/+4
2011-11-02Add a way to delete a project. Fix #63Arnaud Bos1-0/+4
2011-10-18Document the API. Fix #46Alexis Metaireau1-3/+4
2011-10-18Use the relation table for "has_bills".Alexis Metaireau1-4/+3
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-1/+0
2011-10-13Fix some problems related to postgresql and modelsAlexis Metaireau1-2/+2
2011-10-08Round the balance. Fix #1Alexis Metaireau1-1/+1
2011-10-08Complete the REST API + Tests. Fix #27Alexis Metaireau1-8/+7
2011-09-13API: Create and Update supportAlexis Metaireau1-2/+17
2011-09-13REST API is now able to list stuff \o/Alexis Metaireau1-1/+26
2011-09-13Add a serialization mechanismAlexis Metaireau1-0/+7
2011-09-09Move some logic to the models and add comments.Alexis Metaireau1-0/+27
2011-09-09Start working on archive managementAlexis Metaireau1-0/+17
2011-08-10Add some more tests about membership. (#14)Alexis Metaireau1-1/+1
2011-08-09Users are deleted when no bill is assigned to them. Fixes #5Frédéric Sureau1-0/+8
2011-07-31Makes the computation working.Alexis Metaireau1-1/+25
2011-07-31Adding a bill is now working properlyAlexis Metaireau1-0/+3
2011-07-23Manage users creationAlexis Metaireau1-1/+1
2011-07-23Split the logic into different python modules:Alexis Metaireau1-0/+54