summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt2
-rw-r--r--docs/narr/views.rst11
2 files changed, 13 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 7c0695727..544ad0b4e 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,6 +4,8 @@ Pyramid TODOs
Nice-to-Have
------------
+- Have action methods return their discriminators.
+
- Add docs about upgrading between Pyramid versions (e.g. how to see
deprecation warnings).
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index c3bbbd50e..f6ee9a8d5 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -572,6 +572,17 @@ No matter which view calling convention is used, the view code always has
access to the context via ``request.context``.
.. index::
+ single: Passing in configuration variables
+
+.. _passing_in_config_variables:
+
+Passing Configuration Variables to a View
+-----------------------------------------
+
+For information on passing a variable from the configuration .ini files to a
+view, see :ref:`deployment_settings`.
+
+.. index::
single: Pylons-style controller dispatch
Pylons-1.0-Style "Controller" Dispatch