[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-02-08 23:08:35
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7eff4e8f3e39/ Changeset: 7eff4e8f3e39 Branch: None User: zzzeek Date: 2016-02-08 23:05:51+00:00 Summary: - fully hyperlink the docstring for make_transient - establish make_transient and make_transient_to_detached as special-use, advanced use only functions - list all conditions under make_transient() under which an attribute will not be loaded and establish that make_transient() does not attempt to load all attributes before detaching the object from its session, fixes #3640 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d3eef9551030/ Changeset: d3eef9551030 Branch: rel_1_0 User: zzzeek Date: 2016-02-08 23:07:41+00:00 Summary: - fully hyperlink the docstring for make_transient - establish make_transient and make_transient_to_detached as special-use, advanced use only functions - list all conditions under make_transient() under which an attribute will not be loaded and establish that make_transient() does not attempt to load all attributes before detaching the object from its session, fixes #3640 (cherry picked from commit 7eff4e8f3e3999d9eb914647d8776e6e5b7ee88e) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/13473af1b78f/ Changeset: 13473af1b78f Branch: rel_0_9 User: zzzeek Date: 2016-02-08 23:07:45+00:00 Summary: - fully hyperlink the docstring for make_transient - establish make_transient and make_transient_to_detached as special-use, advanced use only functions - list all conditions under make_transient() under which an attribute will not be loaded and establish that make_transient() does not attempt to load all attributes before detaching the object from its session, fixes #3640 (cherry picked from commit 7eff4e8f3e3999d9eb914647d8776e6e5b7ee88e) Affected #: 3 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. |