Export to GitHub

django-contact-form - issue #8

Change for clarity (fail_silently).


Posted on Mar 13, 2008 by Massive Dog

Here is a tiny diff to change for clarity. The diff is self explaining.

Attachments

Comment #1

Posted on Jun 27, 2008 by Happy Hippo

This is both incorrect (the argument comes from a keyword argument to the view, which default to False, and your patch ignores that argument in favor of always forcing it to be True) and wrong (because the behavior should be configurable, and should default to raising an exception when the mail sending fails).

Status: WontFix

Labels:
Type-Defect Priority-Medium