+whitespace

This commit is contained in:
Nico Schottelius 2020-08-01 14:05:50 +02:00
parent 011096f152
commit 05a897db70
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ class Bill(models.Model):
on_delete=models.CASCADE)
creation_date = models.DateTimeField(auto_now_add=True)
# FIXME: this is a race condition, if ending_date is evaluated
# in the next month the bill spawns two months!
starting_date = models.DateTimeField(default=start_of_this_month)