summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-08-18 18:01:27 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-08-21 17:05:02 -0400
commit944f99a3b1d887feb1f36b1ffe2fc3f2101bd460 (patch)
treedb853499506d77e2e2bdc3ac53d02dfb8adb6218 /examples
parent241379a44690f270859b97cfd7c4fce284b21823 (diff)
downloadsqlalchemy-944f99a3b1d887feb1f36b1ffe2fc3f2101bd460.tar.gz
- reorganize docs so expression, schema are broken out into subfiles, they're too big
- fix the targeting of module names moved around by using custom handlers for "Bases", etc. cherry pick of 0c19c1c66f3a115f5ce710de571552d68fac6358 from 0.9. there's likely issues to be fixed.
Diffstat (limited to 'examples')
-rw-r--r--examples/inheritance/joined.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/inheritance/joined.py b/examples/inheritance/joined.py
index 4d3dc08d0..b9862058c 100644
--- a/examples/inheritance/joined.py
+++ b/examples/inheritance/joined.py
@@ -133,3 +133,4 @@ print session.query(Company).\
session.commit()
+