summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/advconfig.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index 2ed0a96ab..68e3796fe 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -378,4 +378,10 @@ The same is untrue when you use an *autocommitting* configurator (see
used, two-phase configuration is disabled, and configuration statements must
be ordered in dependency order.
+Some configuration methods, such as
+:meth:`pyramid.config.Configurator.add_route` and
+:meth:`pyramid.config.Configurator.add_handler` have internal ordering
+constraints: they routes they imply require relative ordering. Such ordering
+constraints are not absolved by two-phase configuration. Routes are still
+added in configuration execution order.