And another one. This time I'm trying to delete a row level
permission. Not sure what the correct fix for this one is.


Traceback (most recent call last):
File 
"/Users/jayparlar/Library/Python2.4/site-packages/django/core/handlers/base.py"
in get_response
  74. response = callback(request, *callback_args, **callback_kwargs)
File 
"/Users/jayparlar/Library/Python2.4/site-packages/django/contrib/admin/views/decorators.py"
in _checklogin
  55. return view_func(request, *args, **kwargs)
File 
"/Users/jayparlar/Library/Python2.4/site-packages/django/views/decorators/cache.py"
in _wrapped_view_func
  39. response = view_func(request, *args, **kwargs)
File 
"/Users/jayparlar/Library/Python2.4/site-packages/django/contrib/admin/views/row_level_permissions.py"
in delete_row_level_permission
  127. if not (model_instance.id == rlp.model_id):

  AttributeError at
/admin/members/userprofile/5/row_level_permissions/delete/40/4/1f7b5231f975bbf52bb0298181987ea43fbc75cb/
  'UserProfile' object has no attribute 'id'





Jay P.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to