[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-16 13:53:49
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5329fc481ed1/ Changeset: 5329fc481ed1 Branch: master User: zzzeek Date: 2017-05-16 13:51:06+00:00 Summary: modernize and repair inheritance examples remarkably, the examples for concrete and single were still using classical mappings. Ensure all three examples use modern declarative patterns, each illustrate the identical set of query operations. Use back_populates, flat=True for joins, etc. ensure flake8 linting, correct links and add a link back from newly reworked inheritance documentation. Change-Id: I8465a9badbb0eda804f457ccac599f051ee3c27c Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0a40d5c4a024/ Changeset: 0a40d5c4a024 Branch: rel_1_1 User: zzzeek Date: 2017-05-16 13:53:02+00:00 Summary: modernize and repair inheritance examples remarkably, the examples for concrete and single were still using classical mappings. Ensure all three examples use modern declarative patterns, each illustrate the identical set of query operations. Use back_populates, flat=True for joins, etc. ensure flake8 linting, correct links and add a link back from newly reworked inheritance documentation. Change-Id: I8465a9badbb0eda804f457ccac599f051ee3c27c (cherry picked from commit 5329fc481ed1dcea0e922fd63def3094bda12c91) Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a2ba984121a1/ Changeset: a2ba984121a1 Branch: rel_1_0 User: zzzeek Date: 2017-05-16 13:53:09+00:00 Summary: modernize and repair inheritance examples remarkably, the examples for concrete and single were still using classical mappings. Ensure all three examples use modern declarative patterns, each illustrate the identical set of query operations. Use back_populates, flat=True for joins, etc. ensure flake8 linting, correct links and add a link back from newly reworked inheritance documentation. Change-Id: I8465a9badbb0eda804f457ccac599f051ee3c27c (cherry picked from commit 5329fc481ed1dcea0e922fd63def3094bda12c91) Affected #: 6 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |