Re: Proposal: add context_processors args to admin views

2006-03-27 Thread Adrian Holovaty
On 3/24/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > That's just for convenience though. Will anyone scream if I start > adding generic view style arguments to the admin views in > magic-removal? Sure, go ahead and add a "context_processors" argument to the admin views -- but hold off on ma

Proposal: add context_processors args to admin views

2006-03-24 Thread Joseph Kocherhans
I'd like to add a context_processor argument to the five admin views: add_stage, change_stage, delete_stage, history, and change_list This may seem pretty useless to most people, but I think the admin system would be a lot more useful if you could override default options like you can in the gene