summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-14 05:57:06 -0500
committerChris McDonough <chrism@plope.com>2012-02-14 05:57:06 -0500
commitc6a299ad7159ffcabe201fa79f485c388d837971 (patch)
treef4a5cec04ed8783516dadd646e2d0ccf41570fca /CHANGES.txt
parentc595946b859e48ea506dd3155da935eba10a1ed7 (diff)
downloadpyramid-c6a299ad7159ffcabe201fa79f485c388d837971.tar.gz
pyramid-c6a299ad7159ffcabe201fa79f485c388d837971.tar.bz2
pyramid-c6a299ad7159ffcabe201fa79f485c388d837971.zip
- Don't create a ``session`` instance in SQLA Wiki tutorial, use raw
``DBSession`` instead (this is more common in real SQLA apps).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6bea84e2f..a69313a8a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -23,6 +23,12 @@ Features
something like "AttributeError: 'NoneType' object has no attribute
'rfind'".
+Documentation
+-------------
+
+- Don't create a ``session`` instance in SQLA Wiki tutorial, use raw
+ ``DBSession`` instead (this is more common in real SQLA apps).
+
Dependencies
------------