diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-30 14:07:15 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-12-30 14:07:15 -0500 |
| commit | ecf1571ba79a81567428d345a4ec10255305de97 (patch) | |
| tree | 4cd51f2f11ead15a1faad2ca307a08836549fcee /lib/sqlalchemy/orm/events.py | |
| parent | 7f7bccfc83a5238b2772b68c4b11f9258050e88a (diff) | |
| download | sqlalchemy-ecf1571ba79a81567428d345a4ec10255305de97.tar.gz | |
- factor out the dependency on the "on_" name
Diffstat (limited to 'lib/sqlalchemy/orm/events.py')
| -rw-r--r-- | lib/sqlalchemy/orm/events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/events.py b/lib/sqlalchemy/orm/events.py index db7623bd2..e8dd07142 100644 --- a/lib/sqlalchemy/orm/events.py +++ b/lib/sqlalchemy/orm/events.py @@ -858,7 +858,7 @@ class AttributeEvents(event.Events): raw=False, retval=False, propagate=False): if active_history: - target.dispatch.active_history = True + target.dispatch._active_history = True # TODO: for removal, need to package the identity # of the wrapper with the original function. |
