0004_migrate_embargo_config.py
8.03 KB
-
Fix embargo migration to the new data models. · 7e746f7d
The previous version of this migration incorrectly handled disabled configuration. When configuration is disabled, the embargoed country field was the empty string; calling str.split(",") produced a list with a single empty list entry, which is not a valid country code.
Will Daly committed