-
Notifications
You must be signed in to change notification settings - Fork 38
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
View permissions into core ? #14
Comments
Very, very nice, I really like this project, because it frees my hands from using patched Django version, which I did for a really long time. Is the code of this based on my initial commits, or is it stand alone work? |
Hi @PetrDlouhy, It's a stand alone work. I saw your commit and I've noticed your commit (django/django@184f416) and from what I saw, the two implementations share common features 👍 |
The feature is integrated into core starting on django 2.1. |
The readme should be changed accordingly to this change. It should inform, that this is useful only for compatibility in older projects and it should contain migration instructions. |
My tests just started to fail with some There should be some writings about the django 2.1 release about this in this readme. I think commenting out the app like I did is the only thing you need to do when upgrading to 2.1. |
Hi !
There's an ongoing PR to include view permissions into django core : django/django#6734
I just found out about your work here, and since it really aims to do the same thing, I thought you may be interested ?
Bests,
Olivier
The text was updated successfully, but these errors were encountered: