From: Mike Bayer Date: Fri, 27 Aug 2010 16:57:18 +0000 (-0400) Subject: - put a link to the wiki table config example X-Git-Tag: rel_0_6_4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5589df6b566e3c5243ba093e59386f8123f9c3e0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - put a link to the wiki table config example --- diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py index e40ba3ec4b..3201433f44 100755 --- a/lib/sqlalchemy/ext/declarative.py +++ b/lib/sqlalchemy/ext/declarative.py @@ -364,7 +364,9 @@ and simply pass it to declarative classes:: Some configuration schemes may find it more appropriate to use ``__table__``, such as those which already take advantage of the data-driven nature of -:class:`.Table` to customize and/or automate schema definition. +:class:`.Table` to customize and/or automate schema definition. See +the wiki example `NamingConventions `_ +for one such example. Mapper Configuration ====================