]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Convert to spaces
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 11 Nov 2018 02:56:52 +0000 (21:56 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 11 Nov 2018 02:56:52 +0000 (21:56 -0500)
Change-Id: I219f7f6ef4f644f64fcb04fed224c6415465df0b

doc/build/changelog/unreleased_13/4308.rst

index d4d3d75727f3d20ca61065285f950ad023180867..68b7653225e56019aa1cef3c3533fda0b35d2b70 100644 (file)
@@ -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::