From b4bf3452a4013d94ee29f3ae9c9e181ba2c4755f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 25 Aug 2014 17:01:51 -0400 Subject: [PATCH] - deprecation note regarding resurrect, reference #3171 --- lib/sqlalchemy/orm/events.py | 5 +++++ 1 file changed, 5 insertions(+) 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): -- 2.47.3