I get the following error when I try to access admin site. I am not sure what is causing this. I am not sure if it could be caused because one of the two reasons:
1. I have a User model in one of my apps which does not have a id as primary key. I have some other key as the primary key. 2. I have a custom context processor in which I set an instance of my own app's User model with key 'user'. Could someone please suggest what is the cause of this error and I could I go about fixing it? Thanks in advance, DivKis -- You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en.

