Also, make sure that
is included in your template, otherwise it will not work.
{{form.media}} does not include it by default.
Dorian
On Feb 17, 4:31 pm, Alex Gaynor wrote:
> On Tue, Feb 17, 2009 at 7:27 AM, wrote:
>
> > I'm trying to reuse FilteredSelectMultiple from ad
Thanks!! that works!!
On 17 feb, 15:31, Alex Gaynor wrote:
> On Tue, Feb 17, 2009 at 7:27 AM, wrote:
>
> > I'm trying to reuse FilteredSelectMultiple from admin.widgets in my
> > forms (two select-widgets to choose from one to other like 'user
> > permision
Thaks!! that works!!
On 17 feb, 15:31, Alex Gaynor wrote:
> On Tue, Feb 17, 2009 at 7:27 AM, wrote:
>
> > I'm trying to reuse FilteredSelectMultiple from admin.widgets in my
> > forms (two select-widgets to choose from one to other like 'user
> > permision
On Tue, Feb 17, 2009 at 7:27 AM, wrote:
>
> I'm trying to reuse FilteredSelectMultiple from admin.widgets in my
> forms (two select-widgets to choose from one to other like 'user
> permisions' in admin interface), but didn't find how. The closest I've
I'm trying to reuse FilteredSelectMultiple from admin.widgets in my
forms (two select-widgets to choose from one to other like 'user
permisions' in admin interface), but didn't find how. The closest I've
done was with this code:
class PersonaForm(ModelForm):
5 matches
Mail list logo