Kaydet (Commit) 449e84a2 authored tarafından Timo Graham's avatar Timo Graham

Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth…

Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth for the report; jonash for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst f9fa9327
......@@ -1191,7 +1191,7 @@ configuration method by default.
If you set :setting:`LOGGING_CONFIG` to ``None``, the logging
configuration process will be skipped.
.. _dictConfig: http://docs.python.org/library/logging.html#logging.dictConfig
.. _dictConfig: http://docs.python.org/library/logging.config.html#configuration-dictionary-schema
.. setting:: LOGIN_REDIRECT_URL
......
......@@ -225,7 +225,7 @@ Since the loading of settings is one of the first things that Django
does, you can be certain that loggers are always ready for use in your
project code.
.. _dictConfig format: http://docs.python.org/library/logging.html#configuration-dictionary-schema
.. _dictConfig format: http://docs.python.org/library/logging.config.html#configuration-dictionary-schema
.. _a third-party library: http://bitbucket.org/vinay.sajip/dictconfig
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment