Re: What's going on with Row Level Permissions?

2007-10-12 Thread arv43
Joesph, Thanks a lot. I am working on having some sort of ACL for Django, and thought Generic Authorization and RLP would solve that problem, and I think they would have. Pity. Arvind On Oct 11, 4:15 pm, "Joseph Kocherhans" <[EMAIL PROTECTED]> wrote: > On 10/11/07, arv43 <[EMAIL PROTECTED]>

Re: What's going on with Row Level Permissions?

2007-10-11 Thread Joseph Kocherhans
On 10/11/07, arv43 <[EMAIL PROTECTED]> wrote: > > Does anyone know how and if Generic Authorization and RLP are going to > fit together? It says on the RLP page to look at Generic Authorization > to know how they do, but I am not sure how they do. Maybe am missing > something. > Are they both

Re: What's going on with Row Level Permissions?

2007-10-11 Thread arv43
Does anyone know how and if Generic Authorization and RLP are going to fit together? It says on the RLP page to look at Generic Authorization to know how they do, but I am not sure how they do. Maybe am missing something. Are they both going to be rolled into the trunk sometime? or is it one vs

Re: What's going on with Row Level Permissions?

2007-10-04 Thread Malcolm Tredinnick
On Thu, 2007-10-04 at 12:45 +, RKnobelspies wrote: > We are also working on projects that require some form of RLP- > functionality but at the same time we need to work with the actual > trunk-version of django to take advantage of the recent improvements > with forms. > > There was a

Re: What's going on with Row Level Permissions?

2007-10-04 Thread RKnobelspies
We are also working on projects that require some form of RLP- functionality but at the same time we need to work with the actual trunk-version of django to take advantage of the recent improvements with forms. There was a conversation on the django-sprint IRC between Malcolm and a person, who

Re: What's going on with Row Level Permissions?

2007-10-01 Thread Russell Keith-Magee
On 9/10/07, djworth <[EMAIL PROTECTED]> wrote: > > I have been trying to figure out what the current status is of the RLP > branch. Does anyone know? It seems dead or have I missed something? No, no, he's not dead, he's, he's restin'! Remarkable bird, the RLP Branch, idn'it, ay? Beautiful

Re: What's going on with Row Level Permissions?

2007-10-01 Thread Richard Dahl
Aryko, I didn't need row-level permissions so much as I needed role-based permissions, sort of the same thing but not exactly. I rolled my own. I do not believe the rlp branch is being actively maintained, but cannot say for sure as I have not looked into it in a while. Essentially I associate

Re: What's going on with Row Level Permissions?

2007-10-01 Thread Aryko
Hey, I also need to use RLP for my project and I'd like to know if there's any update to expect for this branch or any way to include RLP to the trunk. Thanks. On Sep 10, 3:22 am, djworth <[EMAIL PROTECTED]> wrote: > I have been trying to figure out what the current status is of the RLP >

What's going on with Row Level Permissions?

2007-09-09 Thread djworth
I have been trying to figure out what the current status is of the RLP branch. Does anyone know? It seems dead or have I missed something? I'm going to need RLP in my project but I'm not sure if I need to implement it or if it's already done/almost done. What is everyone else doing about RLP?