diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/logging.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 3d4dffe3e0..149bd0ae7a 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -411,6 +411,10 @@ Messages to this logger have the following extra context: * ``request``: The request object that generated the logging message. +.. note:: + Due to a limitation in the logging library, this extra + context is not available if you are using Python 2.4. + ``django.db.backends`` ~~~~~~~~~~~~~~~~~~~~~~ @@ -424,6 +428,10 @@ Messages to this logger have the following extra context: * ``sql``: The SQL statement that was executed. * ``params``: The parameters that were used in the SQL call. +.. note:: + Due to a limitation in the logging library, this extra + context is not available if you are using Python 2.4. + Handlers -------- |
