1
0
mirror of https://github.com/django/django.git synced 2025-04-14 12:24:36 +00:00

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

Backport of dd3f3e4e89 from master
This commit is contained in:
Zhaorong Ma 2014-04-28 10:05:28 -04:00 committed by Simon Charette
parent 63ae243a13
commit c73d8c41e4

View File

@ -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.*``
~~~~~~~~~~~~~~~~~~~~~~