----------------
- Fixed `test_restapi_add_clean_meeting`, when generating new date use datetime
and timedelta to avoid generating an unexisting date,
here it was generating `2025/02/29` that does not exist.
[gbastien]
- When using `users?extra_include=categories`, categories are only returned if
enabled in `MeetingConfig`, same for `classifiers`, this avoid having
selectable categories for an user when categories are not used.
[gbastien]
- Added special behavior for `review_state` and `creators` when asked in
`metadata_fields`:
- `review_state` will return a token/title with review_state id
and translated title;
- `creators` will return a list of token/title with each creator id
and fullname.
[gbastien]