Actually get the same error trying to create a new group in admin too
the full traceback is:

There's been an error:

Traceback (most recent call last):

  File
"/var/PsychUnixApps/django/new-admin/django/core/handlers/base.py",
line 71, in get_response
    response = callback(request, **param_dict)

  File
"/var/PsychUnixApps/django/new-admin/django/contrib/admin/views/decorators.py",
line 49, in _checklogin
    return view_func(request, *args, **kwargs)

  File
"/var/PsychUnixApps/django/new-admin/django/contrib/admin/views/main.py",
line 557, in add_stage
    manipulator = mod.AddManipulator()

  File
"/var/PsychUnixApps/django/new-admin/django/utils/functional.py", line
3, in _curried
    return args[0](*(args[1:]+moreargs), **dict(kwargs.items() +
morekwargs.items()))

  File
"/var/PsychUnixApps/django/new-admin/django/core/meta/__init__.py",
line 1590, in manipulator_init
    self.fields.extend(f.get_manipulator_fields(opts, self, change))

  File
"/var/PsychUnixApps/django/new-admin/django/core/meta/fields.py", line
250, in get_manipulator_fields
    field_objs = self.get_manipulator_field_objs()

  File
"/var/PsychUnixApps/django/new-admin/django/core/meta/fields.py", line
739, in get_manipulator_field_objs
    choices = self.get_choices_default()

  File
"/var/PsychUnixApps/django/new-admin/django/core/meta/fields.py", line
743, in get_choices_default
    return Field.get_choices(self, include_blank=False)

  File
"/var/PsychUnixApps/django/new-admin/django/core/meta/fields.py", line
315, in get_choices
    return first_choice + [(getattr(x, rel_obj.pk.attlist), str(x)) for
x in rel_obj.get_model_module().get_list(**self.rel.limit_choices_to)]

AttributeError: 'AutoField' object has no attribute 'attlist'

Reply via email to