Hi Malcolm, >> class BidirectionalField(models.ManyToManyField): >> def __init__(self, *args, **kwargs): >> super(BidirectionalField, self).__init__(*args, **kwargs) >> self.creates_table = False
> BY the way, this has been discussed in the past and is really the wrong > way to skin the cat. It's not a data modelling problem at all, so > implementing a model field to do this is slightly backwards. > A sensible approach is to customised the form being displayed and then > customising saving on that form, etc. This is *purely* a form issue. Thanks for the tip, I'll look into that and change my approach... Regards, Rubens --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

