summaryrefslogtreecommitdiff
path: root/docs/topics/logging.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-26 15:39:52 -0500
committerTim Graham <timograham@gmail.com>2015-02-01 21:02:40 -0500
commitc79faae761659d51d58782dbd2b8058fb4668cfa (patch)
treea83649a302c53dd2d0ce9e0f50c4017b8b5da979 /docs/topics/logging.txt
parent0e6091249295b0e06aff2b1b4411819f94a1c529 (diff)
downloaddjango-c79faae761659d51d58782dbd2b8058fb4668cfa.tar.gz
Removed versionadded/changed notes for 1.7.
Diffstat (limited to 'docs/topics/logging.txt')
-rw-r--r--docs/topics/logging.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
index 5dbd01c383..9318dbe4f4 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -498,8 +498,6 @@ specific logger following this example:
``django.db.backends.schema``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.. versionadded:: 1.7
-
Logs the SQL queries that are executed during schema changes to the database by
the :doc:`migrations framework </topics/migrations>`. Note that it won't log the
queries executed by :class:`~django.db.migrations.operations.RunPython`.