On Wed, 2008-02-06 at 11:59 -0800, Vance Dubberly wrote:
> Thanks that makes more sense than the current implementation.  I hope
> that using ForeignKey for the current relationships now will allow me
> to update the with unique=True later ( of course realizing that I'll
> have to play with how I access the ForeignKey).

Huh? I think you're misunderstanding. ForeignKey(unique=True) won't
change from how it works now. As I said, ForeignKey reverse lookups will
*always* return a sequence; the return type will always be consistent.

Regards,
Malcolm

-- 
Why can't you be a non-conformist like everyone else? 
http://www.pointy-stick.com/blog/


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

Reply via email to