Here http://www.djangoproject.com/documentation/db-api/#one-to-one-relationships says:
''' The semantics of one-to-one relationships will be changing soon, so we don't recommend you use them. ''' But in http://www.djangoproject.com/documentation/model-api/#one-to-one-relationships says: ''' New in Django development version: OneToOneField classes used to automatically become the primary key on a model. This is no longer true, although you can manually pass in the primary_key attribute if you like. Thus, it's now possible to have multiple fields of type OneToOneField on a single model. ''' Is that last note the change mentioned in the first note? Is the first note out of date? I'd like to use OneToOneField, but I'am note sure because of the first note. Thanks -- Juanjo Conti --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---