summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-08-27 12:57:18 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-08-27 12:57:18 -0400
commit5589df6b566e3c5243ba093e59386f8123f9c3e0 (patch)
tree0d5ad9f45a32725a1b8f07348dc1e5afdda2dd82 /lib/sqlalchemy/ext/declarative.py
parentaf9fd453c08aac4f4e45f6f6ba94da89b42afe54 (diff)
downloadsqlalchemy-5589df6b566e3c5243ba093e59386f8123f9c3e0.tar.gz
- put a link to the wiki table config example
Diffstat (limited to 'lib/sqlalchemy/ext/declarative.py')
-rwxr-xr-xlib/sqlalchemy/ext/declarative.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py
index e40ba3ec4..3201433f4 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 <http://www.sqlalchemy.org/trac/wiki/UsageRecipes/NamingConventions>`_
+for one such example.
Mapper Configuration
====================