mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 17:47:02 +02:00
fixed formatting
This commit is contained in:
parent
e409f2fde0
commit
c5899a8773
1 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ def export_data_type_to_csv(csv_file):
|
|||
"Status",
|
||||
"Expiration Date",
|
||||
]
|
||||
sort_fields = [ "organization_type", "federal_agency", "domain__name"]
|
||||
sort_fields = ["organization_type", "federal_agency", "domain__name"]
|
||||
filter_condition = {
|
||||
"domain__state__in": [
|
||||
Domain.State.READY,
|
||||
|
@ -84,7 +84,7 @@ def export_data_full_to_csv(csv_file):
|
|||
"State",
|
||||
"Security Contact Email",
|
||||
]
|
||||
sort_fields = [ "organization_type", "federal_agency", "domain__name"]
|
||||
sort_fields = ["organization_type", "federal_agency", "domain__name"]
|
||||
filter_condition = {
|
||||
"domain__state__in": [
|
||||
Domain.State.READY,
|
||||
|
@ -107,7 +107,7 @@ def export_data_federal_to_csv(csv_file):
|
|||
"State",
|
||||
"Security Contact Email",
|
||||
]
|
||||
sort_fields = [ "organization_type", "federal_agency", "domain__name"]
|
||||
sort_fields = ["organization_type", "federal_agency", "domain__name"]
|
||||
filter_condition = {
|
||||
"organization_type__icontains": "federal",
|
||||
"domain__state__in": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue