Is it possible to do a self referencing manytomanyfield pre magic
removal?  Something like:

class Url(models.Model):
    location = models.URLField()
    referrers = models.ManyToManyField('self', blank=True, null=True)

Cheers,
deryck

-- 
Deryck Hodge                            http://www.devurandom.org/
Web Developer, Naples News     http://www.naplesnews.com/
Samba Team                                    http://www.samba.org/

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