On Wed, 2008-07-16 at 22:35 +0800, Eric Abrahamsen wrote: > > Saving how, exactly? If admin, newforms-admin or old admin? If old > > admin, have you tried it on newforms-admin -- bugs in old admin are > > unlikely to get any attention at this point. If saving in your own > > code, more details of that code would help. > > > > This is saving through the old admin,
As documented in the backwards-incompatibility notes from the queryset-refactor merge, OneToOneFields in (existing) admin are not supported. They didn't work before the qsrf merge reliably, either, so no functionality was lost in the process. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

