From e31211c578854d63128a30c036e40eee5c43edc7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 29 Oct 2015 14:25:58 -0400 Subject: - convert wrap_callable() to a general purpose update_wrapper-like function; the caller still passes in the "wrapper" - move tests for wrap_callable() to be generic util tests - changelog for pullreq github:204 --- doc/build/changelog/changelog_11.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index e37fd1a69..e296be0e2 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -21,6 +21,16 @@ .. changelog:: :version: 1.1.0b1 + .. change:: + :tags: enhancement, schema + :pullreq: github:204 + + The default generation functions passed to :class:`.Column` objects + are now run through "update_wrapper", or an equivalent function + if a callable non-function is passed, so that introspection tools + preserve the name and docstring of the wrapped function. Pull + request courtesy hsum. + .. change:: :tags: change, mssql :tickets: 3434 -- cgit v1.2.1