Add "id" to your list_display on your model's Admin class, like this:

class Admin:
    list_display = ('id', 'some_field', 'other_field')

  On change pages, no idea how it's done....

On 7/27/06, CL <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> Does anyone know of an easy way to have the auto generated id field
> displayed in the Admin feature?
>
> Thanks,
>
> CL


-- 
Julio Nobrega - http://www.inerciasensorial.com.br

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