diff --git a/accountant/api/views/accounts.py b/accountant/api/views/accounts.py index 92f2943..edb60cf 100644 --- a/accountant/api/views/accounts.py +++ b/accountant/api/views/accounts.py @@ -32,6 +32,8 @@ from ..models.entries import Entry from ..fields import Object +# TODO Alexis Lahouze 2015-06-13 Remove this function and use only time range +# based queries. @api.route("/accounts//months") @auth.login_required def get_months(account_id):