Skip to content

Commit

Permalink
[1.3.X] Fixed #15801 - Incorrect external link for dictConfig; thanks…
Browse files Browse the repository at this point in the history
… David Niergarth for the report; jonash for the patch.

Backport of r16100 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed May 31, 2011
1 parent 6e87dac commit d2abec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ref/settings.txt
Expand Up @@ -1196,7 +1196,7 @@ configuration method by default.
If you set :setting:`LOGGING_CONFIG` to ``None``, the logging If you set :setting:`LOGGING_CONFIG` to ``None``, the logging
configuration process will be skipped. 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 .. setting:: LOGIN_REDIRECT_URL


Expand Down
2 changes: 1 addition & 1 deletion docs/topics/logging.txt
Expand Up @@ -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 does, you can be certain that loggers are always ready for use in your
project code. 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 .. _a third-party library: http://bitbucket.org/vinay.sajip/dictconfig


Expand Down

0 comments on commit d2abec5

Please sign in to comment.