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
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
2 matches
Mail list logo