Re: Access Control List

2008-05-01 Thread Richard Dahl
The documentation says that it is not provided by the auth system and not built into the admin, but it may be possible. One thing you should try is to build a custom manager for your model and use threadlocals (search the archives for this) to enable this. Something like: class Stories(

Re: Access Control List

2008-05-01 Thread Ronny Haryanto
On Fri, May 2, 2008 at 10:04 AM, Rit Lim <[EMAIL PROTECTED]> wrote: > "Mary may change news stories, but only the ones she created > herself..." > > How do I go about doing that? I was told I need to write an ACL. > However, I'm not sure how to do it. > > Anyone has some sample code? The doc