mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-23 09:41:05 +02:00
PR suggestions
This commit is contained in:
parent
70fac1d719
commit
13d0b247fe
3 changed files with 4 additions and 3 deletions
|
@ -817,7 +817,8 @@ class DomainRequestExport:
|
|||
# Annotations are custom columns returned to the queryset (AKA: computed in the DB).
|
||||
annotations = cls._full_domain_request_annotations()
|
||||
|
||||
# .values can't go two levels deep (just returns the id) - so we have to include this.
|
||||
# The .values returned from annotate_and_retrieve_fields can't go two levels deep
|
||||
# (just returns the field id of say, "creator") - so we have to include this.
|
||||
additional_values = [
|
||||
"requested_domain__name",
|
||||
"federal_agency__agency",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue