Files
vrobbler/vrobbler
Colin Powell a598562e24 feat(trends): add 7-day period option
Add 'last_7' (Last 7 days) as a selectable period for all trends.
Changes are minimal since the period system is driven by PERIOD_CHOICES
and PERIOD_DAYS dicts — the rest of the infrastructure (views, templates,
Celery tasks, management commands) picks it up automatically.

- Add ('last_7', 'Last 7 days') to PERIOD_CHOICES in models.py
- Add 'last_7': 7 to PERIOD_DAYS in utils.py
- Migration 0004_alter_trendresult_period_add_last_7
2026-07-19 15:43:08 -04:00
..
2026-07-17 15:02:15 -04:00
2023-03-04 17:29:25 -05:00
2023-03-04 17:33:41 -05:00
2026-03-02 09:19:36 -05:00
2023-03-04 17:29:25 -05:00