> In the paragraph preceding this link it explicitly states to use
> OneToOneField. The Django documentation is canonical, if it says one
> thing, and elsewhere on the internet says something else, the internet
> is wrong. The internet is often wrong.
> 
> The difference between a ForeignKey(unique=True) and OneToOneField is
> that on the reverse side of the relationship, the one-to-one is
> represented as a single attribute on the instance, where as the
> foreign key is represented as an object manager.

thanks. I did not read carefully. And of course, django docs is what I rely on 
in the first place.

they are just great and easy to read.

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to