summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-08-29 03:21:27 +0000
committerChris McDonough <chrism@agendaless.com>2008-08-29 03:21:27 +0000
commitc750baac5bc6ceacdf5f58ce290324413c6c82b6 (patch)
treeb5bc53074c7e0b7fa5f105e285a7fe0e678a2373 /docs
parent6acc73eb70fa5e15f517eefdf0370a5078e7decc (diff)
downloadpyramid-c750baac5bc6ceacdf5f58ce290324413c6c82b6.tar.gz
pyramid-c750baac5bc6ceacdf5f58ce290324413c6c82b6.tar.bz2
pyramid-c750baac5bc6ceacdf5f58ce290324413c6c82b6.zip
model_path and *backwards incompatible change* removing "make_app" and "get_options" from __init__.py of repoze.bfg; use repoze.bfg.router:make_app and repoze.bfg.registry:get_options instead.
Diffstat (limited to 'docs')
-rw-r--r--docs/api/traversal.rst1
-rw-r--r--docs/notes.txt6
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/api/traversal.rst b/docs/api/traversal.rst
index a1b9ea95f..c9fab7d98 100644
--- a/docs/api/traversal.rst
+++ b/docs/api/traversal.rst
@@ -13,5 +13,6 @@
.. autofunction:: model_url
+ .. autofunction:: model_path
diff --git a/docs/notes.txt b/docs/notes.txt
index e8d679237..6f5b896e5 100644
--- a/docs/notes.txt
+++ b/docs/notes.txt
@@ -8,9 +8,9 @@
- "push" style templating
-- .001 case where there is a template without a view.
-
- Warn if permissions are defined but no security policy is in place.
-- Change port num due to conflict with Postgres.
+- Describe better that render_template_to_response is a shortcut.
+
+- Show usage of, e.g. HTTPFound(location=url).