From a5ffd62175a09402fbe37ec8c2077873e0a35903 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 18 Dec 2010 15:12:46 -0500 Subject: model->resource; make docs render without warnings --- docs/narr/traversal.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs/narr/traversal.rst') diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index c8878224e..9bc6014cd 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -223,9 +223,12 @@ root factory always returns an object that has no child resources. availability is more useful when you're developing an application using :term:`URL dispatch`. -Items contained within the resource tree are sometimes, in certain types of -applications, analogous to the concept of :term:`model` objects used by many -other frameworks. They are typically instances of Python classes. +.. note:: + + If the items contained within the resource tree are "persistent" (they + have state that lasts longer than the execution of a single process), they + become analogous to the concept of :term:`domain model` objects used by + many other frameworks. The resource tree consists of *container* resources and *leaf* resources. There is only one difference between a *container* resource and a *leaf* -- cgit v1.2.3