Re: specify widget in "Admin"

2009-01-13 Thread BabySnakes
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

Re: specify widget in "Admin"

2009-01-13 Thread Andy McKay
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