Skip to content

Commit f2e74df

Browse files
matteiusclaude
andcommitted
chore(release): 0.72.3
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 550cbc2 commit f2e74df

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-forms-workflows"
3-
version = "0.72.2"
3+
version = "0.72.3"
44
description = "Enterprise-grade, database-driven form builder with approval workflows and external data integration"
55
license = "LGPL-3.0-only"
66
readme = "README.md"

0 commit comments

Comments
 (0)