forked from uncloud/uncloud
+whitespace
This commit is contained in:
parent
011096f152
commit
05a897db70
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue