On 3/10/07, Benjamin Slavin <[EMAIL PROTECTED]> wrote: > Howdy folks, > > I just created ticket #3688 [0]. It introduces a change we've been using > internally for a few weeks and I thought might be useful to other users.
Thanks for the contribution, Benjamin, but the existing behaviour (or lack of behaviour) is by design. As I noted on the ticket: Text-style model references are permitted within a single application, but not across applications. If you have two models in different apps that are self referential, then you don't really have two apps - you have one app (or, two apps that are so closely related that they probably should be one app). By disallowing the form of syntax you propose, we are attempting to enforce good design at the applicaiton level. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
