From dd3f3e4e895b252e93bc0cc6c2537c67a4195995 Mon Sep 17 00:00:00 2001 From: Zhaorong Ma Date: Mon, 28 Apr 2014 10:05:28 -0400 Subject: [PATCH] Fix a typo in logging.txt --- docs/topics/logging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*`` ~~~~~~~~~~~~~~~~~~~~~~