summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-11-10 21:56:52 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2018-11-10 21:56:52 -0500
commita698bdbc5716201804ddedde6a0fc5ab33d43300 (patch)
treeab704420f2ab77d3ad622555a400279f1b7ffb24
parent6b84db83e0c16b294eda9c0724957b32a3feb016 (diff)
downloadsqlalchemy-a698bdbc5716201804ddedde6a0fc5ab33d43300.tar.gz
Convert to spaces
Change-Id: I219f7f6ef4f644f64fcb04fed224c6415465df0b
-rw-r--r--doc/build/changelog/unreleased_13/4308.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/build/changelog/unreleased_13/4308.rst b/doc/build/changelog/unreleased_13/4308.rst
index d4d3d7572..68b765322 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::