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-18 18:01:27 -0400 |
| commit | 0c19c1c66f3a115f5ce710de571552d68fac6358 (patch) | |
| tree | a86cd2ec2cacc34e97a49a0653afa7da53e4e1a4 /examples | |
| parent | 633a86bfd4b68bb52e429f53ec34b3a47e787315 (diff) | |
| download | sqlalchemy-0c19c1c66f3a115f5ce710de571552d68fac6358.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.
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 c6ce37146..8283ef05d 100644 --- a/examples/inheritance/joined.py +++ b/examples/inheritance/joined.py @@ -133,3 +133,4 @@ print(session.query(Company).\ session.commit() + |
