On May 7, 9:23 am, PierreR <p.radermec...@gmail.com> wrote:
> That is what I do !
> (another way is to define a custom model field and override the
> "formfield" method).
>
> But ... I cannot get rid off the label in the admin console. That is
> my problem.
>
> Any easy way to remove the label of an hidden field in the admin
> console ?
>
> Thanks.
>

Hmm. Does the field need to be in the form at all? You could just add
it to the 'exclude' tuple in the ModelAdmin declaration, then it won't
show up.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to