From: Mike Bayer Date: Sun, 11 Nov 2018 02:56:52 +0000 (-0500) Subject: Convert to spaces X-Git-Tag: rel_1_3_0b1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a698bdbc5716201804ddedde6a0fc5ab33d43300;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Convert to spaces Change-Id: I219f7f6ef4f644f64fcb04fed224c6415465df0b --- diff --git a/doc/build/changelog/unreleased_13/4308.rst b/doc/build/changelog/unreleased_13/4308.rst index d4d3d75727..68b7653225 100644 --- a/doc/build/changelog/unreleased_13/4308.rst +++ b/doc/build/changelog/unreleased_13/4308.rst @@ -2,11 +2,11 @@ :tags: bug, ext :tickets: 4308 - Fixed multiple issues regarding de-association of scalar objects with the - association proxy. ``del`` now works, and additionally a new flag - :paramref:`.AssociationProxy.cascade_scalar_deletes` is added, which when - set to True indicates that setting a scalar attribute to ``None`` or - deleting via ``del`` will also set the source association to ``None``. + Fixed multiple issues regarding de-association of scalar objects with the + association proxy. ``del`` now works, and additionally a new flag + :paramref:`.AssociationProxy.cascade_scalar_deletes` is added, which when + set to True indicates that setting a scalar attribute to ``None`` or + deleting via ``del`` will also set the source association to ``None``. .. seealso::