method to test for conditions on a per-field basis in a form

2008-10-14 Thread Killarny
I have an application where I need to allow users of various levels access to the same data. For example, I want to render a form representing an employee profile to be displayed to the employee, his supervisor, and the manager. All the fields need to be visible to each of those different types of

Re: admin permissions i18n

2009-04-01 Thread Killarny
I am also running across this issue. I had simply assumed that permission names would require ugettext_lazy to be localized, but it isn't working. In trying to understand this, I am left wondering why the permission name field is not stored in the database in such a fashion to allow lookup from th