mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-17 15:04:11 +02:00
Remove old code
This commit is contained in:
parent
a2dece7e5b
commit
3d703b2217
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class DomainInformation(TimeStampedModel):
|
||||||
for field in common_fields:
|
for field in common_fields:
|
||||||
# If the field isn't many_to_many, populate the da_dict.
|
# If the field isn't many_to_many, populate the da_dict.
|
||||||
# If it is, populate da_many_to_many_dict as we need to save this later.
|
# If it is, populate da_many_to_many_dict as we need to save this later.
|
||||||
if hasattr(domain_application, field) and field not in info_many_to_many_fields:
|
if hasattr(domain_application, field):
|
||||||
if field not in info_many_to_many_fields:
|
if field not in info_many_to_many_fields:
|
||||||
da_dict[field] = getattr(domain_application, field)
|
da_dict[field] = getattr(domain_application, field)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue