From c750baac5bc6ceacdf5f58ce290324413c6c82b6 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Aug 2008 03:21:27 +0000 Subject: 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. --- docs/api/traversal.rst | 1 + docs/notes.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') 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). -- cgit v1.2.3