Afternoon wrote: > Just a quick note to say I've added a ticket and patch to modify > django.views.defaults.server_error to use RequestContext instead of > Context, thus making context-processor-generated context available to > 500 pages.
This was discussed ago and rejected because building the RequestContext could throw another exception. The idea was to keep make the 500 page minimal, since it's a kind of last resort. Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---