diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2021-11-30 15:54:29 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2021-11-30 15:54:29 +0000 |
| commit | 55e0497b080bf7f5159faa5abcb341269ebfdc7f (patch) | |
| tree | 69dafd9e6d50c3d3642356b5bd937bc8cd448e7e /doc | |
| parent | 88fcaf3781ad73c17efdc8f94d4723d8055889ae (diff) | |
| parent | 2432d2ed0b28480c0e1004a47aa74238865105b5 (diff) | |
| download | sqlalchemy-55e0497b080bf7f5159faa5abcb341269ebfdc7f.tar.gz | |
Merge "Fixes: #4390" into main
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_14/4390.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/4390.rst b/doc/build/changelog/unreleased_14/4390.rst new file mode 100644 index 000000000..abbc664ee --- /dev/null +++ b/doc/build/changelog/unreleased_14/4390.rst @@ -0,0 +1,9 @@ +.. change:: + :tags: deprecated, orm + :tickets: 4390 + + Deprecated an undocumented loader option syntax ``".*"``, which appears to + be no different than passing a single asterisk, and will emit a deprecation + warning if used. This syntax may have been intended for something but there + is currently no need for it. + |
