Is there an easy way to get the Admin site to use an
<input
type="text"> for a TextField rather than a
<textarea>? In my model I
have fields that do not have an upper bound on its length,
so
CharField is not appropriate, but do not benefit from having
a multi-
line edit box.
It looks like the Admin site will call the ChangeManipulator
class
method on my model. That looks promising, but the
documentation on
oldforms is pretty sparse, and I'm not sure what the correct
way to
override it would be.
--~--~---------~--~----~------------~-------~--~----~
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-unsubscribe googlegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|