[EMAIL PROTECTED] wrote:
> 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.
> 
> 
> > 
> 

Hi!

Yeah, I noticed it too after updating the trunk. Not sure if this will 
be helpful, but make sure that USE_I18N is not set to True in your 
settings.py.

I think it's an error, which hopefully will get fixed, as this setting 
should only apply to internationalization, but somehow it affects other 
parts.


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