diff options
| author | James Bennett <ubernostrum@gmail.com> | 2010-03-11 09:33:49 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2010-03-11 09:33:49 +0000 |
| commit | 4c0701a5d3f2dc9ab08b53e9fa12a5c8e54af835 (patch) | |
| tree | e5806b5d5a4c993dec3c32c1993a738f35cf906c /docs/howto/error-reporting.txt | |
| parent | 079457ff01d6a03b7798754e00c1050bcfca5b13 (diff) | |
Fixed #13084: Corrected typo in error-reporting docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12757 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/error-reporting.txt')
| -rw-r--r-- | docs/howto/error-reporting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index afda25b911..97842d7263 100644 --- a/docs/howto/error-reporting.txt +++ b/docs/howto/error-reporting.txt @@ -17,7 +17,7 @@ Server errors ------------- When :setting:`DEBUG` is ``False``, Django will e-mail the users listed in the -:setting:`ADMIN` setting whenever your code raises an unhandled exception and +:setting:`ADMINS` setting whenever your code raises an unhandled exception and results in an internal server error (HTTP status code 500). This gives the administrators immediate notification of any errors. The :setting:`ADMINS` will get a description of the error, a complete Python traceback, and details about |
