To recreate: - Clone code_project - Create a project - Go to said projects tasks list
Traceback: File "/Users/luke/.virtualenvs/pinax-dev/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response 101. response = callback(request, *callback_args, callback_kwargs) File "/Users/luke/working/pinax/pinax/apps/tasks/views.py" in tasks 48. group = bridge.get_group(group_slug) File "/Users/luke/.virtualenvs/pinax-dev/lib/python2.6/site-packages/groups/bridge.py" in get_group 124. slug = kwargs.pop("%s_slug" % self.group_model._meta.object_name.lower())
Exception Type: AttributeError at /projects/project/testing/tasks/ Exception Value: 'unicode' object has no attribute 'pop'
Full traceback: http://code.pinaxproject.com/paste/7EYk/
I think this is a duplicate issue with what is reported in #644.
They are slightly different in which apps is throwing the exception. I'll leave this one open for tracking tasks.