From 4c4c5aff62a5b8813a41784279c997b71fb46508 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 23 Nov 2009 16:55:12 +0000 Subject: Holy circdeps batman. --- docs/glossary.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 0e8f982a9..b50b77f96 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -92,7 +92,12 @@ Glossary View name The "URL name" of a view, e.g ``index.html``. If a view is configured without a name, its name is considered to be the empty - string (which implies the "default view"). + string (which implies the :term:`default view`). + Default view + The default view of a model is the view invoked when the + :term:`view name` is the empty string (``''``). This is the case + when :term:`traversal` exhausts the path elements in the PATH_INFO + of a request before it returns a :term:`context`. Virtualenv An isolated Python environment. Allows you to control which packages are used on a particular project by cloning your main -- cgit v1.2.3