In case anyone runs across this, I've figure out A solution to this
problem.  There's a class in django.forms.widgets called MultiWidget
that allows creating a widget that is composed of multiple other
widgets.  So, I've copied what was done with
django.forms.widgets.SplitDateTimeWidget, and created a class which
I've called SplitSelectDateTimeWidget.

More information (and links to code) can be found here:
http://bradmontgomery.blogspot.com/2008/11/extending-djangos-multiwidget.html

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to