On 4/20/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote:
> On 4/19/06, Michael Radziej <[EMAIL PROTECTED]> wrote:
> >
> > ---------------------------
> > class Benga(models.Model):
> >     wenga=ForeignKey("Wenga")
> >
> > class Wenga(models.Model):
> >     ...
> > ----------------------------
>
> I thought this should work, but again, you appear to be correct - it
> does fail. As far as I can make out, this is a bug (although, there is
> an argument to be made for the 'string' form of model referencing to
> be a syntax that only works for predeclaration of models)
>
> The bug tracking system is down at the moment, but when it comes back,
> I'll log this as a bug.
>
> Thanks for your persistence in pointing out this problem.

For posterity: This was logged as ticket #1662 - I've just added a fix
(r3195), and closed the ticket.

Russ Magee %-)

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