From 29f7a38ee075418146add1b5ce7e2f06d5fc67a1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 23 Jan 2008 20:00:53 +0000 Subject: [PATCH] added an intro for the code sample so that its not construed as a "synopsis" --- doc/build/content/plugins.txt | 2 ++ 1 file changed, 2 insertions(+) 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), -- 2.47.3