v3.0.0a1: 3.0.0
Pre-release
Pre-release
Feature
- allow skipping of work items (e84f936)
- add
status_skipped
to possibleworkitem
states (c3d99bc) - switch main license to GPL-3.0-or-later (978f18a)
- implement dynamic data source (63ffe86)
Fix
- add user and group to dynamic option (ba89f88)
- raise a 401 if user is not logged in (1b5851c)
- add question to validate_answer_value method (3667e3d)
- fix DynamicOption model (35935dd)
- do not return questions multiple times (ec28595)
- remove dynamicoptionSet form schema (0391c04)
- reintroduce ordering by deadline on work items (fed67da)
- fix ordering by question value (1dcec88)
- revert dynamic data source (85fab68)
- validate requiredness recursively for subforms (844b914)
- do not validate hidden questions (1fb7bd5)
Breaking
- Add the parameter
question
to thevalidate_answer_value
method and add a new lookup to check if adynamic_option
already exists. (3667e3d) - The
value
field on theDynamicOption
model is renamed toslug
and not optional anymore. (35935dd) - The optional
answer_value
parameter for theDataSource.get_data()
method was reverted. (85fab68)
Documentation
- explain license choice (4d59af5)