summaryrefslogtreecommitdiff
path: root/talerbank/app/migrations
AgeCommit message (Collapse)Author
2019-08-28format code with yapfFlorian Dold
2019-08-28implement new withdraw API and support taler://withdrawFlorian Dold
2019-08-23make build system faster and sanerFlorian Dold
2018-04-09Revert "add missing files to EXTRA_DIST"Florian Dold
This reverts commit 686eb7843b1b41fe42166da244106971a58e4906.
2018-04-09add missing files to EXTRA_DISTFlorian Dold
2018-02-28get rid of old migrations, and keeping theirfeatureMarcello Stanisci
squashed version.
2018-02-13properly "dist"-ing the squashed migration.Marcello Stanisci
2018-02-13squashing all migrations, keeping the old ones aroundMarcello Stanisci
(as suggested by Django) even though they are seemingly not used anymore..
2017-12-15migrationMarcello Stanisci
2017-12-13new migrationsMarcello Stanisci
2017-12-07associate a 'cancelled' flag with transactionsMarcello Stanisci
2017-11-20migrationMarcello Stanisci
2017-10-31porting the bank to use the new Amount objectMarcello Stanisci
2017-03-22Getting rid of the sign in front of amount's "value" field,Marcello Stanisci
and implementing a flag-based way of accounting debts. Any bank account has now a 'debit' field, and whenever it turns True then the user is in debt and the balance indicates how much debt the user has.
2017-03-20 #4824, not finished yet.Marcello Stanisci
2017-01-09The big refactor.Florian Dold
2016-10-01removing unnecessary migrationsMarcello Stanisci
2016-09-30Hiding non public accounts from public historyMarcello Stanisci
2016-09-29updating migrationsMarcello Stanisci
2016-06-01make dist build system fixesChristian Grothoff
2016-04-15resolving flake8 warningsMarcello Stanisci
2016-04-11send signal to process group on sigtermFlorian Dold
2016-04-11don't use migrations for account initFlorian Dold
2016-04-11create initial data in separate migrationFlorian Dold
2016-04-11Better error handling, create required accounts in migrationsFlorian Dold
2016-04-08restructure modulesFlorian Dold