diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-25 09:40:52 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-25 09:40:52 -0400 |
| commit | 56e374776dfc5e6d371a27e24dc2646c844f4c0f (patch) | |
| tree | 72365c52f427f930c91ed93da2741685b7497a44 /lib/sqlalchemy | |
| parent | 439f2813e00de00aefb0905bbf52337f7ddcc7d3 (diff) | |
| download | sqlalchemy-56e374776dfc5e6d371a27e24dc2646c844f4c0f.tar.gz | |
and lets use the right method name here...
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/orm/events.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/orm/events.py b/lib/sqlalchemy/orm/events.py index 913d764da..714cc9245 100644 --- a/lib/sqlalchemy/orm/events.py +++ b/lib/sqlalchemy/orm/events.py @@ -586,7 +586,7 @@ class MapperEvents(event.Events): should any other ORM-based operation such as :class:`.Session.add` take place here. Attribute changes on objects that were already flushed will be discarded, and changes to the flush - plan will also not take place. Use :meth:`.Session.before_flush` + plan will also not take place. Use :meth:`.SessionEvents.before_flush` to change the flush plan on flush. :param mapper: the :class:`.Mapper` which is the target @@ -702,7 +702,7 @@ class MapperEvents(event.Events): should any other ORM-based operation such as :class:`.Session.add` take place here. Attribute changes on objects that were already flushed will be discarded, and changes to the flush - plan will also not take place. Use :meth:`.Session.before_flush` + plan will also not take place. Use :meth:`.SessionEvents.before_flush` to change the flush plan on flush. :param mapper: the :class:`.Mapper` which is the target @@ -770,7 +770,7 @@ class MapperEvents(event.Events): should any other ORM-based operation such as :class:`.Session.add` take place here. Attribute changes on objects that were already flushed will be discarded, and changes to the flush - plan will also not take place. Use :meth:`.Session.before_flush` + plan will also not take place. Use :meth:`.SessionEvents.before_flush` to change the flush plan on flush. :param mapper: the :class:`.Mapper` which is the target |
