Add a TODO note for not intersecting faked dates.

This commit is contained in:
Christopher Charbonneau Wells 2017-08-21 20:12:36 -04:00
parent 4e7f80cd2e
commit aae16346bd
1 changed files with 1 additions and 0 deletions

View File

@ -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: