Author: ubernostrum
Date: 2010-03-11 03:34:18 -0600 (Thu, 11 Mar 2010)
New Revision: 12758

Modified:
   django/branches/releases/1.1.X/docs/howto/error-reporting.txt
Log:
[1.1.X] Fixed #13084: Corrected typo in error-reporting docs. Backport of 
[12757] from trunk.

Modified: django/branches/releases/1.1.X/docs/howto/error-reporting.txt
===================================================================
--- django/branches/releases/1.1.X/docs/howto/error-reporting.txt       
2010-03-11 09:33:49 UTC (rev 12757)
+++ django/branches/releases/1.1.X/docs/howto/error-reporting.txt       
2010-03-11 09:34:18 UTC (rev 12758)
@@ -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.

Reply via email to