In a view, I need to get a modeladmin for a model provided
dynamically, change some of the attributes  of the modeladmin ( add an
aggregated field to the queryset, order the queryset by that field and
add a column for that new field in the list_display of the modeladmin
) and render the request using a custom template extending the normal
change_list template. I cannot add these things to the modeladmin of
the models in question, it has to be done at runtime.

-- 
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org

-- 
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 
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