From ba67f7dbc5eb7a1ed2a3e1b56df72a837130f7bb Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 18 Oct 2012 12:29:41 -0400 Subject: - [bug] TypeDecorator now includes a generic repr() that works in terms of the "impl" type by default. This is a behavioral change for those TypeDecorator classes that specify a custom __init__ method; those types will need to re-define __repr__() if they need __repr__() to provide a faithful constructor representation. [ticket:2594] --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 97f5061c0..084ab4ead 100644 --- a/CHANGES +++ b/CHANGES @@ -716,6 +716,14 @@ underneath "0.7.xx". but not ForeignKeyConstraint or CheckConstraint. [ticket:2410] + - [bug] TypeDecorator now includes a generic repr() + that works in terms of the "impl" type by default. + This is a behavioral change for those TypeDecorator + classes that specify a custom __init__ method; those + types will need to re-define __repr__() if they need + __repr__() to provide a faithful constructor representation. + [ticket:2594] + - [bug] column.label(None) now produces an anonymous label, instead of returning the column object itself, consistent with the behavior -- cgit v1.2.1