Author: ubernostrum Date: 2010-03-11 03:33:49 -0600 (Thu, 11 Mar 2010) New Revision: 12757
Modified: django/trunk/docs/howto/error-reporting.txt Log: Fixed #13084: Corrected typo in error-reporting docs. Modified: django/trunk/docs/howto/error-reporting.txt =================================================================== --- django/trunk/docs/howto/error-reporting.txt 2010-03-10 15:44:43 UTC (rev 12756) +++ django/trunk/docs/howto/error-reporting.txt 2010-03-11 09:33:49 UTC (rev 12757) @@ -17,7 +17,7 @@ ------------- 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 -- You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en.
