summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2010-10-29 15:30:39 -0400
committerTodd Willey <todd@ansolabs.com>2010-10-29 15:30:39 -0400
commit489ddea1668c742f62acd6fd3e9af78f2f782912 (patch)
tree4ec41a99807277bd952ced847435f31123917abd /doc
parent3ec095bed60490c844067c8d58ed43dbedee5f0a (diff)
Update database docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/database.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/database.rst b/doc/source/database.rst
index 67f940fe1..b58ea147d 100644
--- a/doc/source/database.rst
+++ b/doc/source/database.rst
@@ -18,12 +18,6 @@
Database Programming Guide
==========================
-::
-
- TODO(todd): document register_models (where should it be called from?)
- document any relevant test cases
- document flags
-
The :mod:`api` Module
---------------------
@@ -59,3 +53,9 @@ The :mod:`sqlalchemy.session` Module
:members:
:undoc-members:
:show-inheritance:
+
+Tests
+-----
+
+Tests are lacking for the db api layer and for the sqlalchemy driver.
+Failures in the drivers would be dectected in other test cases, though.