1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Deprecated django.utils.dictconfig.

The module still exists for whoever uses it in its current state, but it
isn't imported by Django anywhere.
This commit is contained in:
Aymeric Augustin
2013-07-01 22:50:58 +02:00
parent e021b87c00
commit 72c65fea41
6 changed files with 15 additions and 16 deletions

View File

@@ -31,6 +31,12 @@ Backwards incompatible changes in 1.7
Features deprecated in 1.7
==========================
``django.utils.dictconfig``
~~~~~~~~~~~~~~~~~~~~~~~~~~~
``django.utils.dictconfig`` was a copy of :mod:`logging.config` provided for
Python versions prior to 2.7. It has been deprecated.
``django.utils.unittest``
~~~~~~~~~~~~~~~~~~~~~~~~~