]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- put a link to the wiki table config example
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Aug 2010 16:57:18 +0000 (12:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Aug 2010 16:57:18 +0000 (12:57 -0400)
lib/sqlalchemy/ext/declarative.py

index e40ba3ec4beea27ed066f886fb50798d74147458..3201433f44b1437cc1c9e836125b4d431dc385dc 100755 (executable)
@@ -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 <http://www.sqlalchemy.org/trac/wiki/UsageRecipes/NamingConventions>`_
+for one such example.
 
 Mapper Configuration
 ====================