| 1104 | | When ``DEBUG`` is ``False`` and your ``MIDDLEWARE_CLASSES`` setting includes |
|---|
| 1105 | | ``CommonMiddleware``, Django will e-mail the users listed in the ``MANAGERS`` |
|---|
| 1106 | | setting whenever your code raises a 404 and the request has a referer. |
|---|
| 1107 | | (It doesn't bother to e-mail for 404s that don't have a referer.) |
|---|
| | 1104 | When ``DEBUG`` is ``False``, ``SEND_BROKEN_LINK_EMAILS`` is ``True`` and your |
|---|
| | 1105 | ``MIDDLEWARE_CLASSES`` setting includes ``CommonMiddleware``, Django will |
|---|
| | 1106 | e-mail the users listed in the ``MANAGERS`` setting whenever your code raises |
|---|
| | 1107 | a 404 and the request has a referer. (It doesn't bother to e-mail for 404s |
|---|
| | 1108 | that don't have a referer.) |
|---|