Merge pull request #16196 from edx/douglashall/update_enterprise_0_51_2

Updating edx-enterprise to 0.51.3.
This commit is contained in:
Douglas Hall
2017-10-11 10:37:39 -04:00
committed by GitHub
3 changed files with 21 additions and 5 deletions

View File

@@ -236,7 +236,4 @@ class MigrationTests(TestCase):
out = StringIO()
call_command('makemigrations', dry_run=True, verbosity=3, stdout=out)
output = out.getvalue()
# Temporary for `edx-enterprise` version bumps with migrations.
# Please delete when `edx-enterprise==0.48.3`.
if 'Remove field' not in output and 'Delete model' not in output:
self.assertIn('No changes detected', output)
self.assertIn('No changes detected', output)