summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-12-02 12:13:57 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-12-02 12:13:57 -0500
commit935bc34dc50d5e4bdf181a8287d6e4cdbde073d0 (patch)
treee9eba984da6f31639918eb1dfe0e21253995b6c9 /doc/build
parent9695faf32981406b12a6468b98d5c9b673f8e219 (diff)
downloadsqlalchemy-935bc34dc50d5e4bdf181a8287d6e4cdbde073d0.tar.gz
- Fixed issue where post_update on a many-to-one relationship would
fail to emit an UPDATE in the case where the attribute were set to None and not previously loaded. fixes #3599
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/changelog/changelog_10.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index ffc2c3446..6fc75b18b 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -19,6 +19,15 @@
:version: 1.0.10
.. change::
+ :tags: bug, orm
+ :tickets: 3599
+ :versions: 1.1.0b1
+
+ Fixed issue where post_update on a many-to-one relationship would
+ fail to emit an UPDATE in the case where the attribute were set to
+ None and not previously loaded.
+
+ .. change::
:tags: bug, sql, postgresql
:tickets: 3598
:versions: 1.1.0b1