Rename order in CreditRequirement (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:
Troy Sankey
2019-12-04 12:56:11 -05:00
committed by Hassan Javeed
parent c061a9c4a6
commit 407c8cb076
6 changed files with 54 additions and 14 deletions

View File

@@ -222,6 +222,7 @@ class MigrationTests(TestCase):
Tests for migrations.
"""
@unittest.skip("Need to skip as part of a 3-release rollout to rename a field in the credit app. This will be unskipped in DE-1823.")
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""