summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/environment.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst
index 69dc98e25..6df4157e2 100644
--- a/docs/narr/environment.rst
+++ b/docs/narr/environment.rst
@@ -39,16 +39,6 @@ application-specific configuration settings.
+---------------------------------+-----------------------------+----------------------------------------+
| ``BFG_DEBUG_ALL`` | ``debug_all`` | Turns all debug_* settings on. |
+---------------------------------+-----------------------------+----------------------------------------+
-| ``BFG_UNICODE_PATH_SEGMENTS`` | ``unicode_path_segments`` | Defaults to ``true``. When ``true``, |
-| | | URL path segment names will be passed |
-| | | to model object ``__getitem__`` |
-| | | methods by the BFG model graph |
-| | | traverser as ``unicode`` types rather |
-| | | than as ``str`` types; path segments |
-| | | will be assumed to be UTF-8 encoded. |
-| | | When ``false``, pass path segments |
-| | | as undecoded ``str`` types. |
-+---------------------------------+-----------------------------+----------------------------------------+
Examples
--------