Skip to content
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

permission codenamed 'view_page' clashes with a builtin permission #158

Open
luzik opened this issue Sep 20, 2018 · 2 comments
Open

permission codenamed 'view_page' clashes with a builtin permission #158

luzik opened this issue Sep 20, 2018 · 2 comments

Comments

@luzik
Copy link

luzik commented Sep 20, 2018

After django upgrade 1.11 --> 2.1 and waliki to @master branch, while starting django I run into:

SystemCheckError: System check identified some issues:

ERRORS:
waliki.Page: (auth.E005) The permission codenamed 'view_page' clashes with a builtin permission for model 'waliki.Page'.

@luzik
Copy link
Author

luzik commented Dec 13, 2018

@yangjiel
Copy link

yangjiel commented Apr 2, 2020

The issue may or may not be fixed. The solution is simple, remove the view_page in your meta class should resolve this since Django 2.1 offer the default permission in view, add, edit and delete IIRC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants