Skip to content

Commit ffaa0ff

Browse files
Merge branch 'release/1.0.0'
2 parents 96f3b76 + 596a4eb commit ffaa0ff

File tree

66 files changed

+875
-334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+875
-334
lines changed

.env-tests

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ DJANGO_CUPS_SERVERS=localhost=None
3030
DJANGO_DASHBOARD_BASE_TEMPLATES=edc_base_template=edc_dashboard/base.html,listboard_base_template=effect_edc/base.html,dashboard_base_template=effect_edc/base.html,screening_listboard_template=effect_dashboard/screening/listboard.html,subject_listboard_template=effect_dashboard/subject/listboard.html,subject_dashboard_template=effect_dashboard/subject/dashboard.html,subject_review_listboard_template=edc_review_dashboard/subject_review_listboard.html
3131
DJANGO_DASHBOARD_URL_NAMES=
3232
DJANGO_DEBUG=True
33-
DJANGO_EDC_BOOTSTRAP=3
3433
DJANGO_EMAIL_CONTACTS=ae_reports=effectsaereports@witshealth.co.za,[email protected],[email protected]
3534
DJANGO_EMAIL_ENABLED=False
3635
DJANGO_EMAIL_HOST=smtp.mailgun.org

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- "-x *test*.py"
1111

1212
- repo: https://github.com/psf/black
13-
rev: 24.10.0
13+
rev: 25.1.0
1414
hooks:
1515
- id: black
1616
language_version: python3.12
@@ -23,7 +23,7 @@ repos:
2323
- "--config=setup.cfg"
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.13.2
26+
rev: 6.0.0
2727
hooks:
2828
- id: isort
2929

CHANGES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changes
22
+++++++
33

4+
1.0.0
5+
------
6+
- fix issues where addition of some unscheduled visits could result in
7+
a server error when trying to render subject's dashboard
8+
(#798, #807, #824, #827, #829, #830, #831)
9+
- add additional symptom choices to Signs and Symptoms form, update
10+
rm792 sx 'other' field reports (#836)
11+
- fix Signs and Symptoms and Vital Signs forms unavailable with
12+
Auditor/read-only role (#839)
13+
- align QA Reports to more consistently present links to
14+
subject dashboard, visit dashboard and to directly update CRFs
15+
- update use of format_html for DJ6
16+
- remove all references in templates to `bootstrap3` folders
17+
- update forms reference doc
18+
- bump to edc-csf 1.0.0
19+
- bump to edc-microbiology 1.0.0
20+
- bump to edc 1.0.3
21+
422
0.1.57
523
------
624
- updates to ARV History form (#658)

0 commit comments

Comments
 (0)