Re: Problems with filter_horizontal

2009-10-16 Thread gumbah
I seem to have the same problem... Anyone know if this is a bug? On Sep 1, 2:59 pm, Sandra Django wrote: > Hi friends, I'm using Django 1.1, and I want to change the widget by default > on ManyToManyField for it looks as user permissions field in Django. > For that, in

Problems with filter_horizontal

2009-09-01 Thread Sandra Django
Hi friends, I'm using Django 1.1, and I want to change the widget by default on ManyToManyField for it looks as user permissions field in Django. For that, in my admin.py I wrote: from django.contrib import admin from myproject.app.models import Book class BookAdmin(admin.ModelAdmin):