Try using the help_text= in your models.py:

title = models.CharField(max_length=100,help_text="Your Next Action")

see:
http://www.djangoproject.com/documentation/model-api/#help-text

best,
alan



On Jun 1, 8:53 am, Mihai Damian <[EMAIL PROTECTED]> wrote:
> In the admin interface users can browse documentation related to
> models and such, using the documentation link. I see that every field
> can have a description there. However the model definition chapter in
> djangobook says nothing about adding description to fields. Does
> anyone now how I can change those default values?
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to