diff options
author | Tim Graham <timograham@gmail.com> | 2015-01-26 15:39:52 -0500 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2015-02-01 21:02:40 -0500 |
commit | c79faae761659d51d58782dbd2b8058fb4668cfa (patch) | |
tree | a83649a302c53dd2d0ce9e0f50c4017b8b5da979 /docs/topics/logging.txt | |
parent | 0e6091249295b0e06aff2b1b4411819f94a1c529 (diff) | |
download | django-c79faae761659d51d58782dbd2b8058fb4668cfa.tar.gz |
Removed versionadded/changed notes for 1.7.
Diffstat (limited to 'docs/topics/logging.txt')
-rw-r--r-- | docs/topics/logging.txt | 2 |
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`. |