# Changelog

## Score

- CAI 50 → 50 (+0.0)
- Rubric changed (rubric-2026.08.18 → rubric-2026.08.19) — scores are not directly comparable.

## Lenses

- Code Health 100 → 100 (+0.0)
- Architecture 69 → 69 (+0.0)
- Maturity 43 → 43 (+0.0)
- Readiness 36 → 36 (+0.0)
- Security 79 → 79 (+0.0)
- Domain Modelling 100 → 100 (+0.0)

## New (2)

- The requirements section lists Python 2.6 and Django 1.2 while the setup requires INSTALLED_APPS ordering before any apps that use it; there is no note about backwards compatibility with newer versions of these libraries. (README.rst)
- The setup section shows the redis connection config and CACHEOPS auth.user line but does not explain how invalidation is triggered manually via News.objects.cache().get() or Tags.objects.filter(...).order_by(...).cache(); a reader might guess this from context rather than reading the docs. (README.rst)
