diff options
| author | Zhaorong Ma <mazhaorong@gmail.com> | 2014-04-28 10:05:28 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2014-04-28 11:21:57 -0400 |
| commit | c73d8c41e41b7407e6a2f4f55337fc3778dc839f (patch) | |
| tree | 709d3b07c7a72ce67ab9fd34339edc20e614d19a | |
| parent | 63ae243a13759f2a87184784fa268d6d003c694a (diff) | |
[1.7.x] Fix a typo in logging.txt
Backport of dd3f3e4e89 from master
| -rw-r--r-- | docs/topics/logging.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 751563e4b9..50cd9e6ab8 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -458,7 +458,7 @@ level or handlers that are installed. This logging does not include framework-level initialization (e.g. ``SET TIMEZONE``) or transaction management queries (e.g. ``BEGIN``, ``COMMIT``, and ``ROLLBACK``). Turn on query logging in your database if you -wish the view all database queries. +wish to view all database queries. ``django.security.*`` ~~~~~~~~~~~~~~~~~~~~~~ |
