File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.72.3] - 2026-04-18
11+
12+ ### Fixed
13+ - ** Approval inbox AJAX 500 on anonymous submissions.** The approval
14+ inbox and completed-approvals DataTables endpoints, plus the inbox
15+ Excel export, accessed ` submission.submitter.get_full_name() `
16+ directly and raised ` AttributeError ` for submissions made through
17+ public/anonymous forms. A new ` _submitter_label() ` helper returns
18+ ` "Anonymous" ` for those rows. Regression test added in
19+ ` TestApprovalInboxView ` .
20+
1021## [ 0.72.2] - 2026-04-16
1122
1223### Changed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-forms-workflows"
3- version = " 0.72.2 "
3+ version = " 0.72.3 "
44description = " Enterprise-grade, database-driven form builder with approval workflows and external data integration"
55license = " LGPL-3.0-only"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments