summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-pci-dss-query-password-expired-users-b0c4b1bbdcf33f16.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/bp-pci-dss-query-password-expired-users-b0c4b1bbdcf33f16.yaml')
-rw-r--r--releasenotes/notes/bp-pci-dss-query-password-expired-users-b0c4b1bbdcf33f16.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-pci-dss-query-password-expired-users-b0c4b1bbdcf33f16.yaml b/releasenotes/notes/bp-pci-dss-query-password-expired-users-b0c4b1bbdcf33f16.yaml
new file mode 100644
index 0000000..2699a7f
--- /dev/null
+++ b/releasenotes/notes/bp-pci-dss-query-password-expired-users-b0c4b1bbdcf33f16.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Added ability to filter on multiple values with the same parameter key.
+ For example, we can now filter on user names that contain both ``test`` and
+ ``user`` using ``keystone.users.list(name__contains=['test', 'user'])``.