Since loading the most recent updates from svn, the one piece that is broken for me is where I had a datetime field split into two on a form using generic update.
I had basically copied the method from the old admin area which used oldforms. For a datetime field called "date," the date field would be "date_date" and the time would be "date_time." Since the conversion, however, this no longer works. I noticed a new method in the admin area but have yet to find the guts of it, or determine if it will even work with newforms generic views. What is the best way to set this up? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

