Commit c73d8c41 authored by Zhaorong Ma's avatar Zhaorong Ma Committed by Simon Charette
Browse files

[1.7.x] Fix a typo in logging.txt

Backport of dd3f3e4e from master
parent 63ae243a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.*``
~~~~~~~~~~~~~~~~~~~~~~