Add TODO.

This commit is contained in:
Alexis Lahouze 2015-07-10 11:46:59 +02:00
parent 7c6fde6893
commit 714cd28742

View File

@ -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/<account_id>/months")
@auth.login_required
def get_months(account_id):