From: Mike Bayer Date: Mon, 25 Aug 2014 21:01:51 +0000 (-0400) Subject: - deprecation note regarding resurrect, reference #3171 X-Git-Tag: rel_0_9_8~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4bf3452a4013d94ee29f3ae9c9e181ba2c4755f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - deprecation note regarding resurrect, reference #3171 --- diff --git a/lib/sqlalchemy/orm/events.py b/lib/sqlalchemy/orm/events.py index aa99673bad..d94bd715ef 100644 --- a/lib/sqlalchemy/orm/events.py +++ b/lib/sqlalchemy/orm/events.py @@ -303,6 +303,11 @@ class InstanceEvents(event.Events): instead be the :class:`.InstanceState` state-management object associated with the instance. + .. deprecated:: 0.9 - the resurrect event has no function, as the + underlying functionality was dependent on the "mutation tracking" + feature removed from SQLAlchemy in the 0.8 series. This event + is removed in 1.0. + """ def pickle(self, target, state_dict):