Tamara D. Snyder wrote:
> I don't know.  My slug field looks like this:
> 
> slug = models.SlugField(
>                    'Slug',
>                    prepopulate_from=("title",),
>                    help_text='Automatically built from the title - do  
> not fill in yourself.',
>                    primary_key='True',
>                    editable = 'False'
>            )
> 
> but it definitely shows up in the admin.
> 
> Wait!  There it is:  editable='False'  if I make that editable =  
> False (without the quotes) then it doesn't show up.  With the quotes  
> it does show up, but it is not editable.

Fix your primary_key value as well :)

cheers
Bill

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