On 12/13/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote:
> On 12/14/06, Austin Govella <[EMAIL PROTECTED]> wrote:
> > How do I make the self-referential Many to Many relationship optional?
>
> Um... m2m relationships are optional by definition. A ManyToMany field
> sets up an intermediate table, but adds nothing to the model table
> itself. You are not required to put anything in the intermediate
> table, so the m2m relationships are optional (of a fashion).

When I add a person using the default Admin app, it gives me an error
and says the related field is required. But my model doesn't
explicitly require anything:

related = models.ManyToManyField('self', verbose_name="Related
Artists", filter_interface=models.HORIZONTAL)

Is this a bug in the Admin stuff, or am I doing something wrong?



-- 
Austin Govella
Thinking & Making: IA, UX, and IxD
http://thinkingandmaking.com
[EMAIL PROTECTED]

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