[Sqlalchemy-commits] commit/sqlalchemy: 6 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-11-30 17:53:12
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/58f73d227839/ Changeset: 58f73d227839 Branch: None User: Nils Philippsen Date: 2015-11-25 15:03:59+00:00 Summary: py2k: accept unicode literals on :func:`backref`, too Fixed bug where in Py2K a unicode literal would not be accepted as the string name of a class or other argument within declarative using :func:`.backref` on :func:`.relationship`. amends commit e6f67f48054d906856f879bc1803ea639aa4b670 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d5fd26b836af/ Changeset: d5fd26b836af Branch: None User: zzzeek Date: 2015-11-30 17:46:45+00:00 Summary: Merge remote-tracking branch 'origin/pr/212' Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/33c3aded3a19/ Changeset: 33c3aded3a19 Branch: None User: Nils Philippsen Date: 2015-11-30 17:49:12+00:00 Summary: py2k: accept unicode literals on :func:`backref`, too Fixed bug where in Py2K a unicode literal would not be accepted as the string name of a class or other argument within declarative using :func:`.backref` on :func:`.relationship`. amends commit e6f67f48054d906856f879bc1803ea639aa4b670 (cherry picked from commit 58f73d2278393d813c7f39736fc96c5086f18f6d) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ef85a0d18988/ Changeset: ef85a0d18988 Branch: None User: Nils Philippsen Date: 2015-11-30 17:49:44+00:00 Summary: py2k: accept unicode literals on :func:`backref`, too Fixed bug where in Py2K a unicode literal would not be accepted as the string name of a class or other argument within declarative using :func:`.backref` on :func:`.relationship`. amends commit e6f67f48054d906856f879bc1803ea639aa4b670 backport to rel_1_0 (cherry picked from commit 58f73d2278393d813c7f39736fc96c5086f18f6d) (cherry picked from commit 33c3aded3a1944d93e9e6bca53e2f749980b8b09) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/be24b3ea8371/ Changeset: be24b3ea8371 Branch: None User: zzzeek Date: 2015-11-30 17:52:01+00:00 Summary: - restore 'declarative' classifier Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fcdfea202f19/ Changeset: fcdfea202f19 Branch: rel_1_0 User: zzzeek Date: 2015-11-30 17:52:17+00:00 Summary: - restore 'declarative' classifier (cherry picked from commit be24b3ea8371583d9ccd6fb834ae6f22f39c556e) 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. |