]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Fixed an 0.8 regression whereby the "imports" dictionary member of
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Oct 2015 16:29:32 +0000 (12:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Oct 2015 16:29:32 +0000 (12:29 -0400)
commitcd0bdca35f9b48d37a1f93c5b036786b01ea0372
tree4a25b53c9a4d82ce6a69bf5760b965830c8426c8
parent01101668f9d062a38525f1ad9437c06d85e3d33a
- Fixed an 0.8 regression whereby the "imports" dictionary member of
the autogen context was removed; this collection is documented in the
"render custom type" documentation as a place to add new imports.
The member is now known as
:attr:`.AutogenContext.imports` and the documentation is repaired.
fixes #332
alembic/autogenerate/api.py
alembic/autogenerate/render.py
docs/build/autogenerate.rst
docs/build/changelog.rst
tests/test_autogen_composition.py
tests/test_autogen_render.py