From b5ffe38cec2ac4bf8aa222204f32be9cca881dec Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 14 Aug 2011 01:19:40 -0400 Subject: - The ``settings`` dictionary now raises a deprecation warning when you attempt to access its values via ``__getattr__`` instead of via ``__getitem__``. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 19d586ac9..3432f3954 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -81,6 +81,10 @@ Deprecations them may print a deprecation warning. All scaffolds and tutorials have been changed to use prefixed settings. +- The ``settings`` dictionary now raises a deprecation warning when you + attempt to access its values via ``__getattr__`` instead of + via ``__getitem__``. + Backwards Incompatibilities --------------------------- -- cgit v1.2.3