Saturday, 10 August 2013

django filter_horizontal can't display

django filter_horizontal can't display

Here is model:
author=models.ManyToManyField(Author)
modelAdmin: filter_horizontal=("author",)
It's still rendering a multiple select widget. I don't know what's the
problem.
Django 1.5.

No comments:

Post a Comment