bloombase/plants/tests
Stephan Kerkman 18e128549d feat: dashboard with plant count and pruning summary
Adds the dashboard view, template, URL routing, and tests. Also upgrades
Django from 5.1.15 to 5.2.1 to fix a Python 3.14 incompatibility in
template context copy that prevented view tests from running.
2026-05-28 09:56:24 +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 feat: add Perenual API service with error fallback 2026-05-28 09:49:32 +02:00
test_pruning.py fix: use months_before loop for correct 12-month rolling window in pruning_status 2026-05-27 20:13:01 +02:00
test_views.py feat: dashboard with plant count and pruning summary 2026-05-28 09:56:24 +02:00