Hello, today I switched my django installation from the django-trunk to the django newforms-admin branch.
With the oldform admin I had changed the changelist for one model based on the explanation in the djangobook (http://www.djangobook.com/ en/1.0/chapter17/) But with the newforms admin I couldn't detect how to pass extra context variables into my changelist view?! There is an explanation how I can pass extra context variables into my change form, but this solution don't work in my case. I would like to show some extra information above the changelist (change_list.html) and for that reason I need to pass some extra context into ModelAdmin.changelist_view. Or is there another change to solve my problem? Bernd --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---