> django.newforms contains a SplitDateTime field and widget for > splitting DateTime fields into two form fields (date and time) - > modifying this for Y/M/D shouldn't be too taxing.
I've looked at that but, unfortunately, don't come close to understanding what it's doing -- in particular, I don't understand how it fishes the results out of the POST soup that it gets back. I really like the very good widgets that show up in the admin interface. Unfortunately, I took the documentation to heart and only learned newforms -- while the underlying architecture may be better, it seems like several steps backwards in terms of out-of-the-box functionality. Thanks -- I'll have another look at the multi-widget. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

