Re: Adding view permission by default to auth_permission

2016-11-10 Thread Luis Zárate
Great I have been waiting this functionality for years :). Please let me know when your PR is merge. El sábado, 29 de octubre de 2016, Olivier Dalang escribió: > Indeed I just have to squash the commits then it can be merged. I'm out of office until next week but will do so when back. > > Best

Re: Adding view permission by default to auth_permission

2016-10-29 Thread Olivier Dalang
Indeed I just have to squash the commits then it can be merged. I'm out of office until next week but will do so when back. Bests On 27 Oct 2016 23:23, "Luis Zárate" wrote: > This is alive in > > https://github.com/django/django/pull/6734 > > The other PR was close because this have not merge c

Re: Adding view permission by default to auth_permission

2016-10-27 Thread Luis Zárate
This is alive in https://github.com/django/django/pull/6734 The other PR was close because this have not merge conflict. I think this functionality is needed an will be included soon. El jueves, 27 de octubre de 2016, mmatt escribió: > On another note, I believe django dev team needs to und

Re: Adding view permission by default to auth_permission

2016-10-27 Thread mmatt
On another note, I believe django dev team needs to understand life is rarely boolean. That is, even the staff that you trust, you don't always trust 100% :) actually almost never trust 100% so good to have options. Mehmet On Wednesday, June 1, 2016 at 4:59:47 AM UTC-5, Derek wrote: > > My own

Re: Adding view permission by default to auth_permission

2016-10-27 Thread mmatt
Derek, On almost every context where view permission is discussed, that admin does not need is brought up as a reason. This a little confuses me. The permissions are not for the admin only, and they may be used for the actual application, right? So, is it assumed that people would add it, if ne

Re: Adding view permission by default to auth_permission

2016-06-01 Thread Derek
My own observation, from years on this mailing list, is that the dev team do not consider this a must-have for Django; their view (as far as I understand it!) is that the admin is designed for trusted users, so simply do not let them have access at all. Having said that, there is a pull reques

Re: Adding view permission by default to auth_permission

2016-05-31 Thread Akhil Lawrence
Ander, Please add your suggestion as a ticket in django ticketing system. https://code.djangoproject.com/newticket On Monday, 30 May 2016 23:43:18 UTC+5:30, Ander Ustarroz wrote: > > I am surprised this feature is not implemented yet, at the moment when we > create a new model three permissi

Adding view permission by default to auth_permission

2016-05-30 Thread Ander Ustarroz
I am surprised this feature is not implemented yet, at the moment when we create a new model three permissions are created automatically: - - *add_permission* - *change_permission* - *delete_permission * We really missing the *view_permission* here, when we want staff to be able