Comment 3 for bug 1880495

Revision history for this message
Dougal Matthews (d0ugal) wrote :

Yup, as Felipe links I think the problem here is that we are using the models within the database migration. However, the models assume all migrations have been applied. The call to `maasserver.models.dnsresource.get_default_domain()` should be replaced with something that doesn't use the models.