[tests] cleanup old tests
Finally manage.py tests runs through
This commit is contained in:
parent
f693dd3d18
commit
4d5ca58b2a
3 changed files with 27 additions and 42 deletions
|
|
@ -670,7 +670,7 @@ class Product(UncloudModel):
|
|||
if not when_to_start:
|
||||
when_to_start = timezone.now()
|
||||
|
||||
current_recurring_order = Order.objects.filter(
|
||||
# current_recurring_order = Order.objects.filter(
|
||||
# NEXT: find the latest order, use that one...
|
||||
# Update order = create new order
|
||||
if self.order:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue