Rename values in SiteConfiguration (2/3)

This stage does the following:

- Includes a data migration to copy the values from old to new field.
- Changes business logic to switch to using new field.
- Deletes all code references of the old field.
This commit is contained in:
Julia Eskew
2020-01-03 16:16:16 -05:00
committed by Troy Sankey
parent a3ac11cd8b
commit 3541643dd5
33 changed files with 171 additions and 169 deletions

View File

@@ -196,7 +196,7 @@ class AwardProgramCertificatesTestCase(CatalogIntegrationMixin, CredentialsApiCo
mock_get_certified_programs.return_value = [1]
# programs to be skipped
self.site_configuration.values = {
self.site_configuration.site_values = {
"programs_without_certificates": [2]
}
self.site_configuration.save()