1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[1.6.x] Converted seealso directives to use 4 space indendation.

Backport of affc04060f from master
This commit is contained in:
Berker Peksag 2014-10-30 07:46:16 +02:00 committed by Tim Graham
parent 10890606bc
commit 28033632f8

View File

@ -44,9 +44,9 @@ To activate this behavior, put the email addresses of the recipients in the
.. seealso:: .. seealso::
Server error emails are sent using the logging framework, so you can Server error emails are sent using the logging framework, so you can
customize this behavior by :doc:`customizing your logging configuration customize this behavior by :doc:`customizing your logging configuration
</topics/logging>`. </topics/logging>`.
404 errors 404 errors
~~~~~~~~~~ ~~~~~~~~~~
@ -105,9 +105,9 @@ and override its methods.
.. seealso:: .. seealso::
404 errors are logged using the logging framework. By default, these log 404 errors are logged using the logging framework. By default, these log
records are ignored, but you can use them for error reporting by writing a records are ignored, but you can use them for error reporting by writing a
handler and :doc:`configuring logging </topics/logging>` appropriately. handler and :doc:`configuring logging </topics/logging>` appropriately.
.. _filtering-error-reports: .. _filtering-error-reports: