On Sat, Sep 26, 2009 at 3:21 PM, djfis...@gmail.com
<dfisc...@ucsdmail.com> wrote:
> It is possible to have a model in one application have a foreign key
> to another application as of Django 1.0.

It's always been possible to point relationships at models in other
applications. The bit you're linking to is a special alternate syntax
which lets you avoid circular import problems (where Model A in App A
and Model B in App B both refer to each other -- Python doesn't let
you import each one into the other's file), and that and *only* that
was new as of 1.0.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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