In contrib.admin in django trunk, on a one-to-one relationship, the + mark exists that pops up a window to allow you to add the related 'base' field, working exactly the same as a ForeignKey field. Testing out newforms-admin, I see this functionality has been removed, at least by default.
Is there anyway to enable this? If not, is this a design feature decision to remove it? I understand that OneToOne is considered "depreciated", but until object inheritence is working and functional in admin, OneToOne seems the only correct DRY way to 'extend' a model. Or is this just something to the to-do list of newforms-admin branch? The only thing I could find in the tickets is the following: http://code.djangoproject.com/ticket/2948 But I'm unsure if the information here is correct (it is listed as "Admin interface", not as "newforms-admin". The functionality is there in the admin interface of svn trunk) I love the new power of newforms-admin, so I would hate to move back because of just this issue. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---