On Wed, Dec 3, 2008 at 8:04 PM, VoiDeT <[EMAIL PROTECTED]> wrote:

>
> Excellent!
> That worked fine, i guess i had to unregister it first and then dump
> my code into the admin.py file.
> However now the Group is a multiple select widget whereas before it
> would use a widget that i could add group permissions and take them
> away via an arrow to two neighbouring multiple select boxes. I'm
> looking at the models.py file in django.contrib.auth.models and wonder
> how i would go about bringing back this widget?
>

Look in django/contrib/auth/admin.py to see what the original Group admin
definitions are.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to