I can't seem to get filter_interface on M2M relationships to work. There are no errors but the admin interface looks identical with and without the extra directive in there. Here's the relevant field:
attributes = models.ManyToManyField(Attribute, filter_interface=models.HORIZONTAL, related_name="attributes") Any ideas? I've imported models as is the case with a standard (default) model file. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

