]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- changelog: Fixed issue in autogenerate type rendering where types that belong
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Jan 2015 16:26:36 +0000 (11:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Jan 2015 16:26:36 +0000 (11:26 -0500)
commitfe54b591448fd91f26528fd3f8394dc6a42eaea9
tree39c5b60575d4191b963fb05f8ac06190b3f6410c
parent758d52eb444b02ccb7987b4cb124b759cdedde74
- changelog:  Fixed issue in autogenerate type rendering where types that belong
to modules that have the name "sqlalchemy" in them would be mistaken
as being part of the ``sqlalchemy.`` namespace.  Pull req courtesy
Bartosz Burclaf.  fixes #261
alembic/__init__.py
docs/build/changelog.rst
tests/test_autogen_render.py