summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_13/4316.rst8
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.