diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-26 12:39:38 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-26 12:39:38 -0500 |
| commit | a205a31bc234a574e586d5ae3885db8804ce4bb8 (patch) | |
| tree | f0e16c2442bba2d707a6fe85a3b48651b44c7a2a | |
| parent | 6a1d81fcfec378a94f9b0d332bfb7950c24f3a5d (diff) | |
| parent | d9a7f2dbd5f9b3a111b04ff59089cb84220fe427 (diff) | |
| download | sqlalchemy-a205a31bc234a574e586d5ae3885db8804ce4bb8.tar.gz | |
merge default
| -rw-r--r-- | lib/sqlalchemy/orm/attributes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/attributes.py b/lib/sqlalchemy/orm/attributes.py index 93a84fb9b..c9385daaa 100644 --- a/lib/sqlalchemy/orm/attributes.py +++ b/lib/sqlalchemy/orm/attributes.py @@ -1145,7 +1145,7 @@ class History(History): from sqlalchemy import inspect - hist = inspect(myobject).attr.myattribute.history + hist = inspect(myobject).attrs.myattribute.history Each tuple member is an iterable sequence: |
