From 0ea5bf88dddd7fbdef7fe8d00162c9753565f5c0 Mon Sep 17 00:00:00 2001 From: Preston Holmes Date: Wed, 6 Mar 2013 16:00:05 -0800 Subject: Fixed #19543 -- implemented SimpleLazyObject.__repr__ Thanks to Florian Hahn for the patch --- docs/releases/1.6.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 609557073e..599da6847c 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -131,6 +131,9 @@ Minor features :setting:`TEMPLATE_STRING_IF_INVALID` for variables not present in the context, just like other template constructs. +* SimpleLazyObjects will now present more helpful representations in shell + debugging situations. + Backwards incompatible changes in 1.6 ===================================== -- cgit v1.3