mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
linted
This commit is contained in:
parent
5e8e94622a
commit
6b80da0189
1 changed files with 1 additions and 0 deletions
|
@ -2689,6 +2689,7 @@ class PortfolioAdmin(ListHeaderAdmin):
|
||||||
obj.organization_name = obj.federal_agency.agency
|
obj.organization_name = obj.federal_agency.agency
|
||||||
super().save_model(request, obj, form, change)
|
super().save_model(request, obj, form, change)
|
||||||
|
|
||||||
|
|
||||||
class FederalAgencyResource(resources.ModelResource):
|
class FederalAgencyResource(resources.ModelResource):
|
||||||
"""defines how each field in the referenced model should be mapped to the corresponding fields in the
|
"""defines how each field in the referenced model should be mapped to the corresponding fields in the
|
||||||
import/export file"""
|
import/export file"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue