From 2f844f231cbcd86dad5d4094565858424ea2c3c7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 1 Aug 2010 20:55:44 -0400 Subject: - worked through about 25% of mappers.rst to implement up to date and clear explanations of things, including as much context and description as possible --- lib/sqlalchemy/ext/declarative.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/sqlalchemy/ext') diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py index 909fb5cba..3370a764c 100755 --- a/lib/sqlalchemy/ext/declarative.py +++ b/lib/sqlalchemy/ext/declarative.py @@ -180,6 +180,8 @@ a many-to-many relationship, since the ORM may issue duplicate INSERT and DELETE statements. +.. _declarative_synonyms: + Defining Synonyms ================= -- cgit v1.2.1