From: Mike Bayer Date: Fri, 15 Feb 2019 17:38:49 +0000 (-0500) Subject: - formatting fix X-Git-Tag: rel_1_3_0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b87bc95dbd79cb9e3fb83992295a9189ec7645;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - formatting fix Change-Id: I93126865ffb5cc6486464402ed7ef17027441886 --- diff --git a/doc/build/changelog/unreleased_12/4468.rst b/doc/build/changelog/unreleased_12/4468.rst index 0106d2f180..674dc4475d 100644 --- a/doc/build/changelog/unreleased_12/4468.rst +++ b/doc/build/changelog/unreleased_12/4468.rst @@ -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.