I have a model for people and each person can have many other people as family:

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

Right now, the field is required, but I want it to be optional, but
blank=TRUE returns an error:
"name 'TRUE' is not defined"

How do I make the self-referential Many to Many relationship optional?



Many thanks,
-- 
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