diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-07-13 21:30:55 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-07-13 21:30:55 -0400 |
commit | f92cfd06811e224cd34fe9225d250080779dc140 (patch) | |
tree | 69707934aee27f076c68268abd05c888a5e63a48 /lib/sqlalchemy/orm/interfaces.py | |
parent | 85a800680a800c945ce9a888c8c8891ba700197a (diff) | |
download | sqlalchemy-f92cfd06811e224cd34fe9225d250080779dc140.tar.gz |
- PG doc updates
- pypostgresql has 15 errors, 3 failures, this probably
puts it in the "yes" as opposed to the "partial" support
category. [ticket:1850]
Diffstat (limited to 'lib/sqlalchemy/orm/interfaces.py')
-rw-r--r-- | lib/sqlalchemy/orm/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/interfaces.py b/lib/sqlalchemy/orm/interfaces.py index 536d94658..10dd4d8e1 100644 --- a/lib/sqlalchemy/orm/interfaces.py +++ b/lib/sqlalchemy/orm/interfaces.py @@ -278,7 +278,7 @@ class MapperExtension(object): guarantee that an UPDATE statement will be issued (although you can affect the outcome here). - To detect if the column-based attributes on the object have net + To detect if the column-based attributes on the object have net changes, and will therefore generate an UPDATE statement, use ``object_session(instance).is_modified(instance, include_collections=False)``. |