Upgrade Wagtail to 4.2 (#3045)
Fixes #3018 - Update requirements - `wagtail` and `wagtail-cache` - Update `BaseSetting` to `BaseSiteSettings` - Fix Category StreamBlock at hypha/apply/categories/blocks.py - Add migration changes - Add `wagtail_reference_index_ignore = True` to models (See [this issue](https://github.com/wagtail/wagtail/issues/9731 ) on wagtail for more info) - Use checkboxes when selecting reviewers for a Round and a Lab - Update `ReadOnlyPanel` to use `render_html()` method instead of `render_as_object()` --------- Co-authored-by:Fredrik Jonsson <frjo@xdeb.org>
parent
a94219be
No related branches found
No related tags found
Showing
- .vscode/settings.json 5 additions, 1 deletion.vscode/settings.json
- hypha/apply/activity/models.py 3 additions, 0 deletionshypha/apply/activity/models.py
- hypha/apply/categories/blocks.py 26 additions, 25 deletionshypha/apply/categories/blocks.py
- hypha/apply/determinations/models.py 9 additions, 3 deletionshypha/apply/determinations/models.py
- hypha/apply/funds/admin_views.py 0 additions, 20 deletionshypha/apply/funds/admin_views.py
- hypha/apply/funds/edit_handlers.py 12 additions, 16 deletionshypha/apply/funds/edit_handlers.py
- hypha/apply/funds/forms.py 32 additions, 30 deletionshypha/apply/funds/forms.py
- hypha/apply/funds/migrations/0110_auto_20230418_0644.py 28 additions, 0 deletionshypha/apply/funds/migrations/0110_auto_20230418_0644.py
- hypha/apply/funds/models/application_revisions.py 2 additions, 0 deletionshypha/apply/funds/models/application_revisions.py
- hypha/apply/funds/models/applications.py 8 additions, 5 deletionshypha/apply/funds/models/applications.py
- hypha/apply/funds/models/assigned_reviewers.py 3 additions, 0 deletionshypha/apply/funds/models/assigned_reviewers.py
- hypha/apply/funds/models/forms.py 2 additions, 0 deletionshypha/apply/funds/models/forms.py
- hypha/apply/funds/models/reviewer_role.py 4 additions, 2 deletionshypha/apply/funds/models/reviewer_role.py
- hypha/apply/funds/models/submissions.py 2 additions, 0 deletionshypha/apply/funds/models/submissions.py
- hypha/apply/funds/models/utils.py 2 additions, 0 deletionshypha/apply/funds/models/utils.py
- hypha/apply/funds/templates/funds/admin/parent_chooser.html 1 addition, 1 deletionhypha/apply/funds/templates/funds/admin/parent_chooser.html
- hypha/apply/funds/tests/test_forms.py 1 addition, 1 deletionhypha/apply/funds/tests/test_forms.py
- hypha/apply/projects/admin_views.py 0 additions, 20 deletionshypha/apply/projects/admin_views.py
- hypha/apply/projects/models/payment.py 6 additions, 0 deletionshypha/apply/projects/models/payment.py
- hypha/apply/projects/models/project.py 5 additions, 3 deletionshypha/apply/projects/models/project.py
Loading
Please register or sign in to comment