On Tue, Nov 24, 2009 at 12:32 PM, rc <reedcr...@gmail.com> wrote:

> As I mentioned, the Django admin has exactly what I want with the user
> permission form (auth_user, auth_permissions and
> auth_user_user_permission). Does anyone know where that code is
> located in the Django environment?
>
>
That's done with javascript, activated by listing the fields in:

http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.filter_horizontal

The javascript will be found somewhere under django/contrib/admin/media/js.

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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to