1 Commits

Author SHA1 Message Date
Automated Action
7251fea2ba Add due date functionality to Todo model
- Add due_date field as nullable DateTime with timezone support
- Add is_overdue property to check if task is overdue
- Add days_until_due property for time calculations
- Create migration 007 to add due_date column with index
- Maintain backward compatibility with nullable due_date
2025-06-19 13:18:24 +00:00