Re: Generic Auth and Row Level Permissions

2006-08-05 Thread Linicks
Chris, Thanks for keeping us in the loop! Row Level Permissions and Generic Authorization are probably the most important new features in Django for me at the moment so its nice to know that things are going well. I'm really looking forward to using it on my current project. Many thanks to all

Generic Auth and Row Level Permissions

2006-08-04 Thread Chris Long
Hi, Joseph and I had a discussion today about how to work our two projects together. Here is what we decided upon. Because Joseph is currently implementing default_has_permission by using user.has_perm. I will be adding row level permissions to the user.has_perm method. To allow for this, user.h