summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-18 13:15:17 -0600
committerMichael Merickel <michael@merickel.org>2020-01-18 13:15:17 -0600
commitf11909eacda4c0bf325bc1035873c53f144c094f (patch)
tree30a54432c32562cf913609ac3c1d54d6ad8955e8 /TODO.txt
parenta71df99b57e88788cf9ce3a78fc005f309033bbd (diff)
downloadpyramid-f11909eacda4c0bf325bc1035873c53f144c094f.tar.gz
pyramid-f11909eacda4c0bf325bc1035873c53f144c094f.tar.bz2
pyramid-f11909eacda4c0bf325bc1035873c53f144c094f.zip
remove todo about transaction manager
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index c66583ba8..000a3ed09 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -30,12 +30,6 @@ Nice-to-Have
- Fix deployment recipes in cookbook (discourage proxying without changing
server).
-- Try "with transaction.manager" in an exception view with SQLA (preempt
- homina homina response about how to write "to the database" from within in
- an exception view). Note: tried this and couldn't formulate the right
- situation where the database could not be written to within an exception
- view (but didn't try exhaustively).
-
- Add narrative docs for wsgiapp and wsgiapp2.
- Basic WSGI documentation (pipeline / app / server).