From 0694f092797ddc4a1821e89e776adb17bc89f52d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 18 Nov 2011 10:03:16 -0500 Subject: - Fix ZODB tutorial docs to match ZODB tutorial code (I removed program name from ``scan``). --- TODO.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 5a030a84c..2a5239629 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,9 +4,6 @@ Pyramid TODOs Must-Have --------- -- Fix ZODB tutorial docs to match ZODB tutorial code (I removed program name - from ``scan``). - - Fix SQLA tutorial to match ZODB tutorial. - Fix routesalchemy scaffold to match ZODB scaffold. -- cgit v1.2.3 From c96ca8631d7899b2fe6770180b066fbec031473d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 21 Nov 2011 13:31:23 -0500 Subject: rejigger alchemy scaffold as per convo with Mike --- TODO.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 2a5239629..f13cd5c6c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -6,9 +6,7 @@ Must-Have - Fix SQLA tutorial to match ZODB tutorial. -- Fix routesalchemy scaffold to match ZODB scaffold. - -- Remove alchemy scaffold. +- Fix SQLA tutorial to match alchemy scaffold. Nice-to-Have ------------ -- cgit v1.2.3 From 61ae5201544f71971c31d1b2a88daa10191163c0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Nov 2011 22:26:59 -0500 Subject: note suggestions from mike in issue #359 --- TODO.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index f13cd5c6c..a3de49e2f 100644 --- a/TODO.txt +++ b/TODO.txt @@ -6,7 +6,9 @@ Must-Have - Fix SQLA tutorial to match ZODB tutorial. -- Fix SQLA tutorial to match alchemy scaffold. +- Fix SQLA tutorial to match alchemy scaffold. See + https://github.com/Pylons/pyramid/issues/359 for additional suggestions + from Mike. Nice-to-Have ------------ -- cgit v1.2.3