From 714cd28742b429fb785b49983777322e73c434ba Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 10 Jul 2015 11:46:59 +0200 Subject: [PATCH] Add TODO. --- accountant/api/views/accounts.py | 2 ++ 1 file changed, 2 insertions(+) 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):