Hi, I'm the SoC student working on row level permissions. Just a few questions about generic authorization for Joseph, and any one else who has input.
1) Will there be any support for the previous method of checking permissions? (e.g. will users.has_permission work?) 2) How are the two of us going to integrate our two systems? I mostly have final testing and making the admin interface for editing row level permissions left and then it's integrating them into the permission/auth system. I have a few ideas, but we should really have a long conversation about this and decide who si doing what and how so we can maximize both our features. Sooner rather then later. :D 3) More a little mistake, in your patch you have in the main admin views file: if not has_perm(request.user, app_label + '.' + opts.get_delete_permission(), obj): probably meant has_permission. I'm off for a bit, went to see LOTR the play last night - good but long, I need to go recover some energy. ;) Cheers, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
