From b8be69cd7c9dbde3fe00c865f6c64fa7f3afaa22 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 1 Feb 2014 12:37:39 -0500 Subject: [PATCH] move this seealso --- alembic/environment.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/alembic/environment.py b/alembic/environment.py index aa59fce9..385855be 100644 --- a/alembic/environment.py +++ b/alembic/environment.py @@ -470,8 +470,6 @@ class EnvironmentContext(object): .. seealso:: - :ref:`autogen_render_types` - :paramref:`.EnvironmentContext.configure.include_schemas` :param include_symbol: A callable function which, given a table name @@ -540,6 +538,10 @@ class EnvironmentContext(object): .. versionadded:: 0.5.0 + .. seealso:: + + :ref:`autogen_render_types` + :param upgrade_token: When autogenerate completes, the text of the candidate upgrade operations will be present in this template variable when ``script.py.mako`` is rendered. Defaults to -- 2.47.2