Correct docstring that author arg can't be user ids as strings.

This commit is contained in:
voussoir 2021-05-19 00:04:14 -07:00
parent b6e21e2e65
commit bfea9c097c
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -636,7 +636,8 @@ class PDBPhotoMixin:
TAGS AND FILTERS TAGS AND FILTERS
author: author:
A list of User objects, or usernames, or user ids. A list of User objects or usernames, or a string of comma-separated
usernames.
created: created:
A hyphen_range string respresenting min and max. Or just a number A hyphen_range string respresenting min and max. Or just a number