[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-08-31 15:45:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/53c3119ebb68/ Changeset: 53c3119ebb68 Branch: None User: edouardberthe Date: 2016-08-31 06:52:48+00:00 Summary: Corrects typo This example doesn't work with 'back_populates' because 'parent_associations' and 'child_associations' are not defined in Parent and Child classes respectively. Alternatively, we could create 'parent_associations' and 'child_associations' into the classes. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/32a0660853e9/ Changeset: 32a0660853e9 Branch: rel_1_0 User: edouardberthe Date: 2016-08-31 14:21:00+00:00 Summary: Corrects typo This example doesn't work with 'back_populates' because 'parent_associations' and 'child_associations' are not defined in Parent and Child classes respectively. Alternatively, we could create 'parent_associations' and 'child_associations' into the classes. (cherry picked from commit 53c3119ebb6801cbfcaf2841311d117eba250444) Affected #: 1 file 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. |