cleanup migrations
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
ed40b21d16
commit
f7b14bf507
22 changed files with 148 additions and 198 deletions
|
|
@ -398,7 +398,7 @@ class Order(models.Model):
|
|||
def records(self):
|
||||
return OrderRecord.objects.filter(order=self)
|
||||
|
||||
# these are reald fields!!!
|
||||
# these are real fields!!!
|
||||
# @property
|
||||
# def one_time_price(self):
|
||||
# return reduce(lambda acc, record: acc + record.one_time_price, self.records, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue