On Wed, 11 Jan 2006 18:59:27 +0300 Maniac wrote: > And also based on principle of doing things only one way I'd rather > dropped the third parameter with a list of processors from > DjangoContext. Why the list in the settings is not enough?
The processors setting is intended for things you are going to add to all pages. If you have some fairly expensive processing that you want to do for just some pages, but still want to use generic views, it is nice to be able to specify additional processors for just those ones. Regards, Luke -- "He knows the way I take: when he has tried me, I shall come forth as gold" (Job 23:10). Luke Plant || L.Plant.98 (at) cantab.net || http://lukeplant.me.uk/