diff options
| author | Simon Charette <charettes@users.noreply.github.com> | 2014-04-28 11:21:04 -0400 |
|---|---|---|
| committer | Simon Charette <charettes@users.noreply.github.com> | 2014-04-28 11:21:04 -0400 |
| commit | d2e732cde3de85e05bc979b2214f876bf5366434 (patch) | |
| tree | 73509e63c7e71a3d135ef9d8a0022911788caaa4 | |
| parent | b829d53b37946d5e3148e2c51ae7ec41f470b756 (diff) | |
| parent | dd3f3e4e895b252e93bc0cc6c2537c67a4195995 (diff) | |
Merge pull request #2613 from azalea/patch-2
Fix a typo in logging.txt
| -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 d7e6b073af..4d111776d1 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.*`` ~~~~~~~~~~~~~~~~~~~~~~ |
