summaryrefslogtreecommitdiff
path: root/docs/build/tutorial.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/tutorial.rst')
-rw-r--r--docs/build/tutorial.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst
index 8540be1..8823a91 100644
--- a/docs/build/tutorial.rst
+++ b/docs/build/tutorial.rst
@@ -177,6 +177,11 @@ The file generated with the "generic" configuration looks like::
# version_path_separator = space
version_path_separator = os # Use os.pathsep. Default configuration used for new projects.
+ # set to 'true' to search source files recursively
+ # in each "version_locations" directory
+ # new in Alembic version 1.10
+ # recursive_version_locations = false
+
# the output encoding used when revision files
# are written from script.py.mako
# output_encoding = utf-8
@@ -332,6 +337,11 @@ This file contains the following features:
It should be defined if multiple ``version_locations`` is used.
See :ref:`multiple_bases` for examples.
+* ``recursive_version_locations`` - when set to 'true', revision files
+ are searched recursively in each "version_locations" directory.
+
+ .. versionadded:: 1.10
+
* ``output_encoding`` - the encoding to use when Alembic writes the
``script.py.mako`` file into a new migration file. Defaults to ``'utf-8'``.