]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix up 0.9 links
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 May 2013 02:37:36 +0000 (22:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 May 2013 02:37:36 +0000 (22:37 -0400)
.gitignore
doc/build/changelog/migration_09.rst
doc/build/conf.py
doc/build/index.rst
doc/build/orm/session.rst

index 818480b38fd4cb3e944ef97a267cd7996005e0f0..5fe72b527be387adc1dad8c3a6581e8cb4a84d20 100644 (file)
@@ -1,7 +1,7 @@
 *.pyc
 /build/
 /dist/
-/docs/build/output/
+/doc/build/output/
 /dogpile_data/
 *.orig
 tox.ini
index ccc3973c25cccd7dccea4f809f8a95ff9b0d2bb4..82a0e788bda8a876e3a023078aa458289ae1ba00 100644 (file)
@@ -1,12 +1,12 @@
 ==============================
-What's New in SQLAlchemy 0.8?
+What's New in SQLAlchemy 0.9?
 ==============================
 
 .. admonition:: About this Document
 
     This document describes changes between SQLAlchemy version 0.8,
     undergoing maintenance releases as of May, 2013,
-    and SQLAlchemy version 0., which is expected for release
+    and SQLAlchemy version 0.9, which is expected for release
     in late 2013.
 
     Document date: May 29, 2013
index 23d75e0e3884088c40d88fb03c1de311db003f84..e7c116c18fc5b442318a752bdbf3653d66d896c2 100644 (file)
@@ -81,7 +81,7 @@ copyright = u'2007-2013, the SQLAlchemy authors and contributors'
 # built documents.
 #
 # The short X.Y version.
-version = "0.0"
+version = "0.9"
 # The full version, including alpha/beta/rc tags.
 release = "0.9.0"
 
index cacbf570c56a8bb049ff04ea906bda42dc7300e6..c8ccc430c1142fb4f80efce7d8983ba0d67a6eb0 100644 (file)
@@ -11,7 +11,7 @@ A high level view and getting set up.
 
 :ref:`Overview <overview>` |
 :ref:`Installation Guide <installation>` |
-:doc:`Migration from 0.7 <changelog/migration_08>` |
+:doc:`Migration from 0.8 <changelog/migration_09>` |
 :doc:`Glossary <glossary>` |
 :doc:`Changelog catalog <changelog/index>`
 
index 6774af2d94190f5133e9df1c8b1ea4fd23908b61..3e35f02cb20111c8194403eed98bcc2bb9c96dbc 100644 (file)
@@ -1946,7 +1946,7 @@ Session Utilites
 
 .. autofunction:: object_session
 
-.. autofunction:: was_deleted
+.. autofunction:: sqlalchemy.orm.util.was_deleted
 
 Attribute and State Management Utilities
 -----------------------------------------