my 2c's they should fail silently in production mode, and log an error in the error log. (never show an error page to your user if you can help it)
an alternative approach would be to generate a 'comment' in the template <!-- error here --> which would work OK in most instances. --I On 10/06/2006, at 4:39 PM, Malcolm Tredinnick wrote: > > What's our policy on template filters failing? If applying a filter > raises an error, should we just trap it and return the empty > string, or > raise an error? I can't find this written down anywhere, but maybe > I've > missed it. > > Should the answer depend upon the DEBUG setting? > > This is in particular reference to ticket #2127, but the answer > will be > useful elsewhere. > > Malcolm > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
