I'm up against a problem and I don't really have a clue on how to
approach it.

When I try to edit a User in the Django admin I get this error:

  TypeError at /admin/auth/user/12/
  Cannot resolve keyword 'user' into field. Choices are: permissions,
id, name

I've tried tracing the problem and I think it might be here:
  http://dpaste.com/10605/

/opt/local/lib/python2.4/site-packages/django/db/models/query.py in
_get_sql_clause
 483.  # Convert self._filters into SQL.

 484. joins2, where2, params2 = self._filters.get_sql(opts)

f <django.db.models.fields.CharField object at 0x2791850>
joins {}
opts <Options for Group>
params []
select  ['`auth_group`.`id`', '`auth_group`.`name`']
self    Error in formatting:Cannot resolve keyword 'user' into field.
Choices are: permissions, id, name
tables  []
where   []

Any ideas what might cause this?  Here's the full stack trace:
http://dpaste.com/10604/

Thanks!


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

Reply via email to