Re: Row-level permissions, recommendations?

2008-05-14 Thread koenb

Why would you want to do this in admin ? Admin is for ... hmm admins.

If you want your users to change their info: make your own view (very
easy with modelforms) and add the permission check in your view (this
really isn't difficult at all).

Koen

On 6 mei, 15:50, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote:
> What's the state of the art for row-level permissions in Django?
> I'm working on an application where I need to allow users to edit
> their own personal info but nobody else's. What app, hack, patch or
> branch should I use in order to be able to do this via the admin site?
>
> Thanks,
>
> Rodrigo
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Row-level permissions, recommendations?

2008-05-14 Thread Matthias Kestenholz

On Wed, 2008-05-14 at 01:39 -0700, Nick Day wrote:
> I've just seen this thread and I'll be requiring row-level permissions
> for an upcoming project in the next couple of months. I'm using Django
> for a project at the moment and would love to use it again, but this
> feature will essentially make or break the decision.
> 
> Is there a rough date when we think newforms-admin will be released,
> and/or a RLP patch?
> 

No, it will be released 'when it is ready'. The day will come sooner if
you help [1].

Anyway, you would not be the first to run the newforms-admin branch in
production. I'm playing around with it and will probably use it for my
next project too.

Matthias


1: 



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Row-level permissions, recommendations?

2008-05-14 Thread Nick Day

I've just seen this thread and I'll be requiring row-level permissions
for an upcoming project in the next couple of months. I'm using Django
for a project at the moment and would love to use it again, but this
feature will essentially make or break the decision.

Is there a rough date when we think newforms-admin will be released,
and/or a RLP patch?

Cheers,
Nick


On May 6, 3:44 pm, "Jay Parlar" <[EMAIL PROTECTED]> wrote:
> On 5/6/08, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote:
>
>
>
> >  What's the state of the art forrow-levelpermissionsin Django?
> >  I'm working on an application where I need to allow users to edit
> >  their own personal info but nobody else's. What app, hack, patch or
> >  branch should I use in order to be able to do this via theadminsite?
>
> Going into the future,row-levelpermissionsare going to be
> implemented by making use of the newforms-adminbranch. At least,
> that's the last I heard about it.
>
> The RLP branch that exists in SVN is *WAY* out of date.
>
> Jay P.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Row-level permissions, recommendations?

2008-05-06 Thread Jay Parlar

On 5/6/08, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote:
>
>  What's the state of the art for row-level permissions in Django?
>  I'm working on an application where I need to allow users to edit
>  their own personal info but nobody else's. What app, hack, patch or
>  branch should I use in order to be able to do this via the admin site?

Going into the future, row-level permissions are going to be
implemented by making use of the newforms-admin branch. At least,
that's the last I heard about it.

The RLP branch that exists in SVN is *WAY* out of date.

Jay P.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Row-level permissions, recommendations?

2008-05-06 Thread Rodrigo Culagovski

What's the state of the art for row-level permissions in Django?
I'm working on an application where I need to allow users to edit
their own personal info but nobody else's. What app, hack, patch or
branch should I use in order to be able to do this via the admin site?

Thanks,

Rodrigo
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---