]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The ``__module__`` attribute is now set for all those SQL and
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Oct 2014 15:59:48 +0000 (11:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Oct 2014 15:59:48 +0000 (11:59 -0400)
commitfb09ad7551cf348f999647347882546a1f50dcbe
tree6ea05266d5b0fddbff051dd59078cf54c971c1a6
parent09e2a15a8052ad6e4f3fe41bc74b1aeeafe613a7
- The ``__module__`` attribute is now set for all those SQL and
ORM functions that are derived as "public factory" symbols, which
should assist with documentation tools being able to report on the
target module.
fixes #3218
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/util/langhelpers.py
test/base/test_utils.py