Re: per-object permission

2010-08-19 Thread Наталя Триф'як
Hello! One more good link http://groups.google.com/group/django-authority/browse_thread/thread/59ef512046ad41b3 -- netik -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To un

Re: per-object permission

2010-08-18 Thread Наталя Триф'як
Hello! I have per-object permission problem too. I am investigating django-authority now: http://packages.python.org/django-authority/. Maybe it helps you. netik -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

per-object permission

2010-08-18 Thread andu
Hello! I am developing some web-application. The application is expected to store data which is reported from different location. And the data needs to be accessible to different web administrators (in different location). In this case I want to display reported data to each administrator based on

Re: Per-object-permission branch and Many-to-many relationship issue

2007-04-18 Thread [EMAIL PROTECTED]
This problem has been known since at least last year -- check out http://code.djangoproject.com/ticket/1796 . It has been vexing me for a couple months, but I have yet to find an elegant solution. There is a workaround in django.core.management.run_shell() that cures the problem in the manage.py

Re: Per-object-permission branch and Many-to-many relationship issue

2007-04-05 Thread Aidas Bendoraitis
TECTED]> wrote: > Hello! > > I am using per-object-permission branch and experiencing the same > problem, mentioned in the closed ticket #2201: can't get the > many-to-many-related objects from the side of the model which defines > the many-to-many relation, although no

Per-object-permission branch and Many-to-many relationship issue

2007-04-04 Thread Aidas Bendoraitis
Hello! I am using per-object-permission branch and experiencing the same problem, mentioned in the closed ticket #2201: can't get the many-to-many-related objects from the side of the model which defines the many-to-many relation, although no problem vice versa. Let's say I have clas