summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-10-29 14:38:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-10-29 14:38:34 -0400
commit382950b70150434f124b6dc27df2b360e7d0331e (patch)
tree4dcbbc1e5f4aa24ffc3a1c522c3bd77cbeeaf0cd /doc
parent98c1dcc6bcade313a254fe11e8efa3c5b5ad959e (diff)
parente31211c578854d63128a30c036e40eee5c43edc7 (diff)
downloadsqlalchemy-382950b70150434f124b6dc27df2b360e7d0331e.tar.gz
Merge branch 'pr204'
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_11.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index dcd43f28d..688818a2a 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -22,6 +22,16 @@
: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, sql, mysql
:tickets: 3216