"James Bennett" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

> On 5/12/06, Andrew Badstubner <[EMAIL PROTECTED]> wrote:
> > I need to use this, and would love some more information.

> From what I understand, one-to-one relationships will be obsoleted by
> proper subclassing of models; rather than tying a new model to an old
> one, you'll just subclass the old.

While we are waiting for this to happen, is it correct that using:

    field = models.ForeignKey(SomeOtherModel, unique=True)

would give us essentially the same functionality as a OneToOneField?

Russ Blau





--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to