We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0128c92 + ed9f239 commit 0515291Copy full SHA for 0515291
databank/management/commands/sources/FDRS.py
@@ -69,7 +69,7 @@ def load(country, overview, fdrs_data):
69
value = fdrs_data.get(f'{country.iso.upper()}-{fdrs_indicator}')
70
setattr(
71
overview,
72
- field.field_name,
+ field.field.name,
73
value and value['value'],
74
)
75
overview.save()
0 commit comments