]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Added new argument
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Feb 2014 17:29:03 +0000 (12:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Feb 2014 17:29:03 +0000 (12:29 -0500)
commiteac8e7393b9fc7d21396bd755aa94f9b55ea2739
tree3645ce4c04dbfd979548eb61b85ba72352a82590
parent4bd2739ec9fb3b789880bea096522d36fb4c4b01
- Added new argument
:paramref:`.EnvironmentContext.configure.user_module_prefix`.
This prefix is applied when autogenerate renders a user-defined type,
which here is defined as any type that is from a module outside of the
``sqlalchemy.`` hierarchy.   This prefix defaults to ``None``, in
which case the :paramref:`.EnvironmentContext.configure.sqlalchemy_module_prefix`
is used, thus preserving the current behavior. #171
- added new documentation sections regarding rendering of types
- improved CSS so that deprecations/version changes are highlighted
- cleanup of some configure paramter docs
alembic/autogenerate/render.py
alembic/environment.py
docs/build/_static/nature_override.css [new file with mode: 0644]
docs/build/changelog.rst
docs/build/conf.py
docs/build/tutorial.rst
tests/test_autogen_render.py