Merge pull request #9 from rainhead/master

Don't migrate disallowed connections
master
Manuel Francisco Naranjo 2021-04-30 07:06:00 +02:00 committed by GitHub
commit 86573e1965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class CreateView(migrations.CreateModel):
if not self.allow_migrate_model(
schema_editor.connection.alias, fake_model):
raise
return
model = self._get_model(fake_model, app_label, to_state)