Is there any easy way to apply a custom class to a particular field of a model in the oldforms admin?
Specifically, I want to mimic the behavior of a newforms TimeField with a regular Charfield by just using the built-in javascript time widget. As far as I can tell, all this really requires is for me to give that field the class 'vTimeField', but I don't how I can do that short of writing a new change_form for that model which seems like overkill. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---