-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proxy model to prevent migration of view #529
Comments
…naging the view
To QA this just look at the logs and make sure there aren't any migrations waiting. |
The QA log shows: 'Running migrations: |
Okay it looks like that error is related to this bug I just filed. #574 I thought it would be fixed by the Bluejeans removal but it requires more work. I don't think it's a blocker for this release and we'll just ignore the message until next release when this should all be cleaned up. We likely need to move this field out of the model and into the API and I wouldn't delay the release for that. |
Django is trying to migrate a view that was manually created, we should add a proxy model so it won't try to manage this. The alternative looks like might be a SAVEPOINT but this seems the best.
The text was updated successfully, but these errors were encountered: