mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 23:16:36 +02:00
Fixed Request Growth report according to ticket recommendations
This commit is contained in:
parent
5909a7cb49
commit
b43ba2af6f
1 changed files with 1 additions and 2 deletions
|
@ -1980,7 +1980,7 @@ class DomainRequestGrowth(DomainRequestExport):
|
|||
"Domain request",
|
||||
"Domain type",
|
||||
"Federal type",
|
||||
"Submitted at",
|
||||
"First submitted date",
|
||||
]
|
||||
|
||||
@classmethod
|
||||
|
@ -2004,7 +2004,6 @@ class DomainRequestGrowth(DomainRequestExport):
|
|||
start_date_formatted = format_start_date(start_date)
|
||||
end_date_formatted = format_end_date(end_date)
|
||||
return Q(
|
||||
status=DomainRequest.DomainRequestStatus.SUBMITTED,
|
||||
last_submitted_date__lte=end_date_formatted,
|
||||
last_submitted_date__gte=start_date_formatted,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue