diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-02-15 12:38:49 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-02-15 12:38:49 -0500 |
| commit | c1b87bc95dbd79cb9e3fb83992295a9189ec7645 (patch) | |
| tree | 07440904b16796ac81952a8015d6bd5be70d17ed /doc | |
| parent | 4d7ac4be6c2f548b2e54d015003028bd9d10c805 (diff) | |
| download | sqlalchemy-c1b87bc95dbd79cb9e3fb83992295a9189ec7645.tar.gz | |
- formatting fix
Change-Id: I93126865ffb5cc6486464402ed7ef17027441886
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4468.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/build/changelog/unreleased_12/4468.rst b/doc/build/changelog/unreleased_12/4468.rst index 0106d2f18..674dc4475 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. |
