Skip to content
Snippets Groups Projects
Commit 538b073e authored by Douglas Hall's avatar Douglas Hall
Browse files

ENT-854 Remove references to old EnterpriseCustomerReportingConfiguration model fields.

parent 3f3a3cfd
No related branches found
No related tags found
No related merge requests found
......@@ -243,4 +243,10 @@ class MigrationTests(TestCase):
out = StringIO()
call_command('makemigrations', dry_run=True, verbosity=3, stdout=out)
output = out.getvalue()
self.assertIn('No changes detected', output)
# 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)
......@@ -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.63.0
edx-enterprise==0.64.0
edx-oauth2-provider==1.2.2
edx-organizations==0.4.9
edx-rest-api-client==1.7.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment