From 1025eb090fb902568f546527856c22e3356bd526 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 23 Jun 2010 14:55:33 +0000 Subject: - The authorization chapter of the SQLAlchemy Wiki Tutorial (docs/tutorials/bfgwiki2) was changed to demonstrate authorization via a group rather than via a direct username. --- docs/tutorials/bfgwiki2/definingviews.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/bfgwiki2/definingviews.rst') diff --git a/docs/tutorials/bfgwiki2/definingviews.rst b/docs/tutorials/bfgwiki2/definingviews.rst index 1d40d0051..775334b51 100644 --- a/docs/tutorials/bfgwiki2/definingviews.rst +++ b/docs/tutorials/bfgwiki2/definingviews.rst @@ -30,7 +30,7 @@ request passed to the view would have a ``one`` key with the value ``foo`` and a ``two`` key with the value ``bar``. The source code for this tutorial stage can be browsed at -`docs.repoze.org `_. +`docs.repoze.org `_. Declaring Dependencies in Our ``setup.py`` File =============================================== -- cgit v1.2.3