Commit Graph
7 Commits
Author SHA1 Message Date
kfj001 f133d11123 working test deploy config 2026-06-19 22:55:00 -07:00
kfj001 c4cc268ea8 progressively working deploy scenario 2026-06-19 19:17:22 +00:00
kfj001 2d2b2d040b additional files 2026-06-19 17:37:19 +00:00
kfj001 266c2451f1 Admin mode. Data driven content sections. Bugfixes. 2026-06-19 17:36:35 +00:00
kfj001andClaude bd65455945 fix: resolve Pydantic date field shadowing causing 422 on event update
The field name 'date' in EventUpdate shadowed the 'date' type from
datetime, causing Pydantic v2 to interpret Optional[date] as
Optional[None] — rejecting all non-null values with a 422 error.

Fix: rename import to 'date as _date' and use '_date' in all
annotations. Also improve error handling in admin forms to properly
display 422 validation error messages.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-19 17:19:03 +00:00
kfj001 57b882128d working dev environment 2026-06-18 08:29:03 +00:00
kfj001 e5fef8b181 working 3 tier approach 2026-06-11 22:34:55 -07:00