Hi All,

After updating SVN this morning I get the error below. Reverting to
revision 3506 resolves the problem.

The error occurs with the default site (no apps installed) - just
start a project, enable admin, syncdb, runserver, log in to admin, go
to users and click on a user to view the details for that user.

Hope this helps,
Michael

Traceback (most recent call last):
File "c:\django\django\core\handlers\base.py" in get_response
  74. response = callback(request, *callback_args, **callback_kwargs)
File "c:\django\django\contrib\admin\views\decorators.py" in _checklogin
  55. return view_func(request, *args, **kwargs)
File "c:\django\django\views\decorators\cache.py" in _wrapped_view_func
  39. response = view_func(request, *args, **kwargs)
File "c:\django\django\contrib\admin\views\main.py" in change_stage
  313. manipulator = model.ChangeManipulator(object_id)
File "c:\django\django\db\models\manipulators.py" in __init__
  272. super(AutomaticChangeManipulator, self).__init__(follow=follow)
File "c:\django\django\db\models\manipulators.py" in __init__
  69. self.fields.extend(f.get_manipulator_fields(self.opts, self, self.change))
File "c:\django\django\db\models\fields\__init__.py" in get_manipulator_fields
  226. field_objs, params =
self.prepare_field_objs_and_params(manipulator, name_prefix)
File "c:\django\django\db\models\fields\__init__.py" in
prepare_field_objs_and_params
  215. field_objs = self.get_manipulator_field_objs()
File "c:\django\django\db\models\fields\related.py" in
get_manipulator_field_objs
  627. choices = self.get_choices_default()
File "c:\django\django\db\models\fields\related.py" in get_choices_default
  631. return Field.get_choices(self, include_blank=False)
File "c:\django\django\db\models\fields\__init__.py" in get_choices
  292. return first_choice + [(getattr(x,
self.rel.get_related_field().attname), str(x))

  AttributeError at /admin/auth/user/1/
  'ManyToManyRel' object has no attribute 'get_related_field'

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to