Sample code in snippet linked below, just to get the group_slug idea across, not necessarily the way to do it.
Known issues:
If and when somebody starts working on this, please let me know. I'd like to help (although don't want to lead), and know the innards pretty well from recent experiments.
Link to snippet: http://code.pinaxproject.com/paste/uAFc/
pinax-core-dev list thread: http://groups.google.com/group/pinax-core-dev/browse_thread/thread/75727621df1854e8
django-groups supports nested groups solving the group_slug issue. The remaining issues have not been solved.
Can you please post a code snippet of nested groups? Something along the lines of the following:
Company
|
--->Project
|
--->Tasks
--->Wiki
This would be very helpful as the new pinax comes out.
I think I fixed nested group problems in my fork of django-groups on github. I put a pull request on it but haven't seen any activity to verify if my changes work. I believe I handled it correctly as it works in my own application and I haven't run into other conflicting issues. Should I post a code example?