diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-14 00:42:34 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-14 00:42:34 +0000 |
| commit | af8037991f2182f6a35b0852e2fc412305fe91e7 (patch) | |
| tree | 3125cdab6439cc21b7ff402c7e85975f863ec31c /doc | |
| parent | abeb79c9f6e07b61b05cf53cc6cefde9eb3b8408 (diff) | |
| download | sqlalchemy-af8037991f2182f6a35b0852e2fc412305fe91e7.tar.gz | |
tweak
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/content/docstrings.myt | 4 | ||||
| -rw-r--r-- | doc/build/content/document_base.myt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/content/docstrings.myt b/doc/build/content/docstrings.myt index 4dd5aa982..8d0d3b6b3 100644 --- a/doc/build/content/docstrings.myt +++ b/doc/build/content/docstrings.myt @@ -15,5 +15,5 @@ <& pydoc.myt:obj_doc, obj=sql, classes=[sql.Compiled, sql.ClauseElement, sql.TableImpl, sql.ColumnImpl] &> <& pydoc.myt:obj_doc, obj=pool, classes=[pool.DBProxy, pool.Pool, pool.QueuePool, pool.SingletonThreadPool] &> <& pydoc.myt:obj_doc, obj=mapping &> -<& pydoc.myt:obj_doc, obj=mapping.objectstore, classes=[mapping.objectstore.UnitOfWork] &> -</&>
\ No newline at end of file +<& pydoc.myt:obj_doc, obj=mapping.objectstore, classes=[mapping.objectstore.Session, mapping.objectstore.UnitOfWork] &> +</&> diff --git a/doc/build/content/document_base.myt b/doc/build/content/document_base.myt index 3e534e050..85c791eb3 100644 --- a/doc/build/content/document_base.myt +++ b/doc/build/content/document_base.myt @@ -23,7 +23,7 @@ onepage='documentation' index='index' title='SQLAlchemy Documentation' - version = '0.91' + version = '0.1.0' </%attr> <%method title> |
