docs
This commit is contained in:
parent
426272d704
commit
823d3f955e
1 changed files with 10 additions and 0 deletions
|
|
@ -151,6 +151,8 @@ granularity possible.
|
||||||
date_range:
|
date_range:
|
||||||
before: "now"
|
before: "now"
|
||||||
after: "today-2weeks"
|
after: "today-2weeks"
|
||||||
|
breaks: True
|
||||||
|
type: "upload_date"
|
||||||
|
|
||||||
``after``
|
``after``
|
||||||
|
|
||||||
|
|
@ -183,6 +185,14 @@ granularity possible.
|
||||||
is enabled or not via Boolean.
|
is enabled or not via Boolean.
|
||||||
|
|
||||||
|
|
||||||
|
``type``
|
||||||
|
|
||||||
|
:expected type: Optional[OverridesFormatter]
|
||||||
|
:description:
|
||||||
|
Which type of date to use. Must be either ``upload_date`` or ``release_date``.
|
||||||
|
Defaults to ``upload_date``.
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
download
|
download
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue