Correct docstring that author arg can't be user ids as strings.
This commit is contained in:
parent
b6e21e2e65
commit
bfea9c097c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue