Archives for “proxy model”

more on this. Now that we know how to trigger django permission creation mechanism with a fake migration, there is still one more issue. Those permissions are not associated to the right content_type (the one that corresponds to the proxy models), so they are useless in the django admin. This is related to an old [...]


So much for a post title. The thing is as follows: you use migrations for a certain app in some point at your development, you add proxy models to that app you need to have specific permissions for that recently created proxy model. since that app you’re adding the proxy model is not controlled by [...]