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 a due date field realisator user can only change the status field owner can change both the status field and the initalize the due date field project manager can initialize the due date field but also change it. Is there any best practice to manage this kind of very fine grained authorisations in Django? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

