]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- deprecation note regarding resurrect, reference #3171
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Aug 2014 21:01:51 +0000 (17:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Aug 2014 21:01:51 +0000 (17:01 -0400)
lib/sqlalchemy/orm/events.py

index aa99673badaa7ef8d0427d069b4c846943a9acfe..d94bd715efae715014376c6b1f2fbe9a02f996d5 100644 (file)
@@ -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):