From: Mike Bayer Date: Wed, 23 Jan 2008 20:00:53 +0000 (+0000) Subject: added an intro for the code sample so that its not construed as a "synopsis" X-Git-Tag: rel_0_4_3~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f7a38ee075418146add1b5ce7e2f06d5fc67a1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git added an intro for the code sample so that its not construed as a "synopsis" --- diff --git a/doc/build/content/plugins.txt b/doc/build/content/plugins.txt index eb80e6b82c..f46a33d3b7 100644 --- a/doc/build/content/plugins.txt +++ b/doc/build/content/plugins.txt @@ -13,6 +13,8 @@ SQLAlchemy has a variety of extensions available which provide extra functionali #### Simplifying Relations +Consider this "association object" mapping: + {python} users_table = Table('users', metadata, Column('id', Integer, primary_key=True),