Add migration for removing old edx-enterprise password fields from the database.

This commit is contained in:
Douglas Hall
2018-01-30 13:43:10 -05:00
parent 73f3a63ea2
commit 1410209a11
2 changed files with 2 additions and 8 deletions

View File

@@ -243,10 +243,4 @@ class MigrationTests(TestCase):
out = StringIO()
call_command('makemigrations', dry_run=True, verbosity=3, stdout=out)
output = out.getvalue()
# Temporarily disable this check so we can remove
# the EnterpriseCustomerReportingConfiguration fields.
# We will restore this check once the code referencing
# these fields has been deleted/released and a migration
# for field removal has been added.
if 'Remove field' not in output:
self.assertIn('No changes detected', output)
self.assertIn('No changes detected', output)

View File

@@ -54,7 +54,7 @@ git+https://github.com/cpennington/pylint-django@fix-field-inference-during-monk
enum34==1.1.6
edx-django-oauth2-provider==1.2.5
edx-django-sites-extensions==2.3.0
edx-enterprise==0.64.0
edx-enterprise==0.65.0
edx-oauth2-provider==1.2.2
edx-organizations==0.4.9
edx-rest-api-client==1.7.1