Thanks .
I joust found it in the train on the way home :)
On 13 jan, 21:57, Andy McKay wrote:
> On 13 Jan 2009, at 12:05, BabySnakes wrote:
>
> > I just want to use same kind of widget like the one used while I edit
> > User permissions in /admin/auth/user for my own model.
>
> Add f
On 13 Jan 2009, at 12:05, BabySnakes wrote:
> I just want to use same kind of widget like the one used while I edit
> User permissions in /admin/auth/user for my own model.
Add filter_horizontal to the admin class for that model, specifying
your field name.
http://docs.djangoproject.com/en/dev
I just want to use same kind of widget like the one used while I edit
User permissions in /admin/auth/user for my own model.
My model has a "ManyToManyField" relationship (with
through='sometable' specified).
The widget is probably "FilteredSelectMultiple", but I just can't find
the way to speci
3 matches
Mail list logo