diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-18 18:01:27 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-21 17:05:02 -0400 |
| commit | 944f99a3b1d887feb1f36b1ffe2fc3f2101bd460 (patch) | |
| tree | db853499506d77e2e2bdc3ac53d02dfb8adb6218 /examples | |
| parent | 241379a44690f270859b97cfd7c4fce284b21823 (diff) | |
| download | sqlalchemy-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.py | 1 |
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() + |
