[2.0.x] Fixed schema test failure when running tests in reverse.

Follow up to 003334f8af.

Backport of 78f8b80f9b from master
This commit is contained in:
Tim Graham 2018-04-12 13:59:02 -04:00
parent 1ed31efb87
commit 75a4576e5f
1 changed files with 1 additions and 0 deletions

View File

@ -1592,6 +1592,7 @@ class SchemaTests(TransactionTestCase):
class Meta:
app_label = 'schema'
self.isolated_local_models = [Book._meta.get_field('tags').remote_field.through]
with connection.schema_editor() as editor:
editor.create_model(Tag)
editor.create_model(Book)