diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2019-02-21 19:19:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2019-02-21 19:19:49 +0000 |
| commit | eed102f4653d9a5af325e993fe3c402d2e600fdc (patch) | |
| tree | d71ba71f668fece58b2c0e6e735ff7a40e8e498e /doc | |
| parent | 0a1c640531bf887909b7d276cb139fa6916d7934 (diff) | |
| parent | c89a93e9530511d54fa73c76c32cee11eaa418df (diff) | |
| download | sqlalchemy-eed102f4653d9a5af325e993fe3c402d2e600fdc.tar.gz | |
Merge "Add support for key-word based get()"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_13/4316.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/4316.rst b/doc/build/changelog/unreleased_13/4316.rst new file mode 100644 index 000000000..dfab94043 --- /dev/null +++ b/doc/build/changelog/unreleased_13/4316.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: feature, orm + :tickets: 4316 + + The :meth:`.Query.get` method can now accept a dictionary of attribute keys + and values as a means of indicating the primary key value to load; is + particularly useful for composite primary keys. Pull request courtesy + Sanjana S. |
