From aae16346bd258e2b310640a1df2157fa25051905 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Mon, 21 Aug 2017 20:12:36 -0400 Subject: [PATCH] Add a TODO note for not intersecting faked dates. --- babyblotter/management/commands/fake.py | 1 + 1 file changed, 1 insertion(+) diff --git a/babyblotter/management/commands/fake.py b/babyblotter/management/commands/fake.py index aadf7f88..938049cb 100644 --- a/babyblotter/management/commands/fake.py +++ b/babyblotter/management/commands/fake.py @@ -58,6 +58,7 @@ class Command(BaseCommand): ) def _add_child_data(self, child, date): + """TODO: Make sure the dates do not intersect (by advancing date?).""" for i in (range(0, randint(5, 20))): solid = choice([True, False]) if solid: