Monday, October 27, 2014

Django model help text into database comment field

Hello

I would like to add help_text field value into the related database comment field.
Is that possible?


MODEL Table

field = models.CharField(help_text=u'help text content', max_length=100, unique=False, blank=True, null=True)

DATABASE

Table field comment = help text content


Cheers,
Phillipe

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/51e83dd4-b9ec-4f9b-9447-30b333f9f92b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment