summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-04 17:30:47 -0400
committerChris McDonough <chrism@plope.com>2010-11-04 17:30:47 -0400
commitf52ff205664d3e769305543c0c52338f6287af41 (patch)
treeefcb33f81939a2b121e78e9a8bddc576ed36610a
parent2080ac50e5d388817a8c50f2bbdd4925407bcc75 (diff)
downloadpyramid-f52ff205664d3e769305543c0c52338f6287af41.tar.gz
pyramid-f52ff205664d3e769305543c0c52338f6287af41.tar.bz2
pyramid-f52ff205664d3e769305543c0c52338f6287af41.zip
we now do have a sessioning library
-rw-r--r--docs/designdefense.rst20
1 files changed, 9 insertions, 11 deletions
diff --git a/docs/designdefense.rst b/docs/designdefense.rst
index bb4bfa375..5c700019f 100644
--- a/docs/designdefense.rst
+++ b/docs/designdefense.rst
@@ -706,17 +706,15 @@ it) for, but currently it has none.
Pyramid Provides Too Few "Rails"
--------------------------------
-By design, :mod:`pyramid` is not a particularly "opinionated" web
-framework. It has a relatively parsimonious feature set. It contains
-no built in ORM nor any particular database bindings. It contains no
-form generation framework. It does not contain a sessioning library.
-It has no administrative web user interface. It has no built in text
-indexing. It does not dictate how you arrange your code.
-
-Such opinionated functionality exists in applications and frameworks
-built *on top* of :mod:`pyramid`. It's intended that higher-level
-systems emerge built using :mod:`pyramid` as a base. See also
-:ref:`apps_are_extensible`.
+By design, :mod:`pyramid` is not a particularly "opinionated" web framework.
+It has a relatively parsimonious feature set. It contains no built in ORM
+nor any particular database bindings. It contains no form generation
+framework. It has no administrative web user interface. It has no built in
+text indexing. It does not dictate how you arrange your code.
+
+Such opinionated functionality exists in applications and frameworks built
+*on top* of :mod:`pyramid`. It's intended that higher-level systems emerge
+built using :mod:`pyramid` as a base. See also :ref:`apps_are_extensible`.
Pyramid Provides Too Many "Rails"
---------------------------------