Fix date ranges
This commit is contained in:
parent
e9536f1816
commit
8b167b2c74
@ -32,12 +32,12 @@ class DateRangeMixin:
|
||||
},
|
||||
{
|
||||
'name': 'Last 30 days',
|
||||
'start': now - timezone.timedelta(days=30),
|
||||
'start': now - timezone.timedelta(days=29),
|
||||
'end': now,
|
||||
},
|
||||
{
|
||||
'name': 'Last 90 days',
|
||||
'start': now - timezone.timedelta(days=90),
|
||||
'start': now - timezone.timedelta(days=89),
|
||||
'end': now,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user