From 1dbdc582dd7d93f86c546d86a308722fc986ca82 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Fri, 25 Aug 2017 14:19:08 -0400 Subject: [PATCH] Add TODO reminder... --- reports/graphs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reports/graphs.py b/reports/graphs.py index c03a1900..754ed3da 100644 --- a/reports/graphs.py +++ b/reports/graphs.py @@ -58,6 +58,7 @@ def diaperchange_types(child): def sleep_times(child): + # TODO: Handle dates crossing over midnight! instances = Sleep.objects.filter(child=child).order_by('start') y_df = pd.DataFrame() text_df = pd.DataFrame()