Skip to content

refactor(AccountForm): do not delete password errors manually#1775

Closed
edward-ly wants to merge 3 commits into
masterfrom
fix/noid/account-form-error
Closed

refactor(AccountForm): do not delete password errors manually#1775
edward-ly wants to merge 3 commits into
masterfrom
fix/noid/account-form-error

Conversation

@edward-ly
Copy link
Copy Markdown
Collaborator

@edward-ly edward-ly commented May 22, 2026

This resolves an incompatibility with Python 3.14 where manipulating the Django forms _errors property directly is considered unsafe.

Assisted-by: Copilot:gpt-5.4

edward-ly added 2 commits May 22, 2026 08:59
This resolves an incompatibility with Python 3.14 where manipulating the
Django forms `_errors` property directly is considered unsafe.

Assisted-by: Copilot:gpt-5.4
Signed-off-by: Edward Ly <contact@edward.ly>
Signed-off-by: Edward Ly <contact@edward.ly>
@edward-ly edward-ly force-pushed the fix/noid/account-form-error branch from 3e4314e to 52e59c3 Compare May 22, 2026 16:09
…licitly

Assisted-by: Copilot:gpt-5.4
Signed-off-by: Edward Ly <contact@edward.ly>
@edward-ly edward-ly force-pushed the fix/noid/account-form-error branch from 0158cac to 9e2115c Compare May 22, 2026 16:54
@edward-ly
Copy link
Copy Markdown
Collaborator Author

Never mind, it turns out Django 4.2.x does not support Python versions higher than 3.12 (ref). If we want to upgrade Python or Django later, we'll need to do both at the same time.

@edward-ly edward-ly closed this May 22, 2026
@edward-ly edward-ly deleted the fix/noid/account-form-error branch May 22, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant