bloombase/plants
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
..
migrations fix: use related_name='pruning_logs' and PositiveIntegerField for max_height_cm 2026-05-27 19:59:35 +02:00
services fix: surface Perenual API errors instead of silently returning no results 2026-05-28 10:37:30 +02:00
templates/plants feat: month strip display, fix dashboard counter, styled month form 2026-05-28 15:05:13 +02:00
templatetags feat: month strip display, fix dashboard counter, styled month form 2026-05-28 15:05:13 +02:00
tests fix: clear overdue when pruned after the scheduled month 2026-05-28 16:43:15 +02:00
utils fix: clear overdue when pruned after the scheduled month 2026-05-28 16:43:15 +02:00
views feat: month strip display, fix dashboard counter, styled month form 2026-05-28 15:05:13 +02:00
__init__.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
admin.py feat: add Species, Plant, PruningLog models 2026-05-27 19:51:11 +02:00
apps.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
forms.py feat: add PlantForm and PruningLogForm 2026-05-28 09:48:06 +02:00
models.py fix: use related_name='pruning_logs' and PositiveIntegerField for max_height_cm 2026-05-27 19:59:35 +02:00
tests.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
urls.py feat: species search with HTMX and Perenual caching on select 2026-05-28 10:04:02 +02:00
views.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00