From c92023b5bd630a91f2ae1dc8812349d920105343 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 30 May 2009 05:31:03 +0000 Subject: Docs renderings. --- CHANGES.txt | 2 +- repoze/bfg/authentication.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3c8445fa1..702045c0d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -80,7 +80,7 @@ Deprecated Import Alias Removals package have been deprecated since 0.3.8. Instead, import ``get_template``, ``render_template``, and ``render_template_to_response`` from the - ``repoze.bfg.chameleon_zpt``module. + ``repoze.bfg.chameleon_zpt`` module. - Remove backwards compatibility import alias for ``repoze.bfg.traversal.split_path`` (deprecated since 0.6.5). This diff --git a/repoze/bfg/authentication.py b/repoze/bfg/authentication.py index e7d4ef06e..849653948 100644 --- a/repoze/bfg/authentication.py +++ b/repoze/bfg/authentication.py @@ -52,7 +52,6 @@ class RepozeWho1AuthenticationPolicy(CallbackAuthenticationPolicy): WSGI environment). Constructor Arguments - --------------------- ``identifier_name`` @@ -131,7 +130,6 @@ class RemoteUserAuthenticationPolicy(CallbackAuthenticationPolicy): REMOTE_USER WSGI envvar. Constructor Arguments - --------------------- ``environ_key`` @@ -165,7 +163,6 @@ class AuthTktAuthenticationPolicy(CallbackAuthenticationPolicy): auth_tkt cookie. Constructor Arguments - --------------------- ``secret`` -- cgit v1.2.3