Hello, > a have a charfield of 255 chars in a model but on the form, it > consists of a smallish
You can use models.TextField and maxlength to 255 to display it as a textarea. xav --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

