bloombase/plants/tests
Stephan Kerkman eb28f7453b fix: clear overdue when pruned after the scheduled month
Previously only a log in the exact scheduled month cleared overdue.
Now any log on or after the start of the scheduled month counts,
so pruning late (e.g. in May for a March schedule) correctly shows upcoming.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 16:43:15 +02:00
..
__init__.py feat: add Species, Plant, PruningLog models 2026-05-27 19:51:11 +02:00
test_models.py fix: use related_name='pruning_logs' and PositiveIntegerField for max_height_cm 2026-05-27 19:59:35 +02:00
test_perenual.py fix: surface Perenual API errors instead of silently returning no results 2026-05-28 10:37:30 +02:00
test_pruning.py fix: clear overdue when pruned after the scheduled month 2026-05-28 16:43:15 +02:00
test_views.py feat: pruning calendar grouped by urgency 2026-05-28 10:06:55 +02:00