]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- formatting fix
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Feb 2019 17:38:49 +0000 (12:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Feb 2019 17:38:49 +0000 (12:38 -0500)
Change-Id: I93126865ffb5cc6486464402ed7ef17027441886

doc/build/changelog/unreleased_12/4468.rst

index 0106d2f1803a24583beda0440a56526463779fa3..674dc4475de3e0ed620aa238be58ff63d0cdf8a7 100644 (file)
@@ -2,9 +2,9 @@
    :tags: bug, orm
    :tickets: 4468
 
-    Fixed a regression in 1.2 where a wildcard/load_only loader option would
-    not work correctly against a loader path where of_type() were used to limit
-    to a particular subclass.  The fix only works for of_type() of a simple
-    subclass so far, not a with_polymorphic entity which will be addressed in a
-    separate issue; it is unlikely this latter case was working previously.
+   Fixed a regression in 1.2 where a wildcard/load_only loader option would
+   not work correctly against a loader path where of_type() were used to limit
+   to a particular subclass.  The fix only works for of_type() of a simple
+   subclass so far, not a with_polymorphic entity which will be addressed in a
+   separate issue; it is unlikely this latter case was working previously.