Re: Authorization Model at the Field Level

2007-11-06 Thread Marcin Mierzejewski
Hi Manakel, On Nov 6, 11:53 am, Manakel <[EMAIL PROTECTED]> wrote: > This web application had a Authorization model at the Field level. > [] > TASK has a progress status field and a due date field > realisator user can only change the status field > owner can change

Authorization Model at the Field Level

2007-11-06 Thread Manakel
Hello Everybody, I'm kind of new to Django (less than 1week now). I have the task to migrate an existing web application to django. This web application had a Authorization model at the Field level. If i take a TASK model for demonstration. TASK has a progress status field and