- Table invalidation condition enhanced (213) - Add test settings to sdist (203) - Include docs in sdist (202)
2.5.0
-----
- Add final SQL check to include potentially overlooked tables when looking up involved tables (199) - Add ``CACHALOT_FINAL_SQL_CHECK`` for enabling Final SQL check
2.4.5
-----
- Dropped Python 3.6 and Django 3.1 support. Added Django 4.0 support (208)
2.4.4
-----
- Handle queryset implementations without lhs/rhs attribute (204) - Add Python 3.10 support (206) - (Internal) Omit additional unnecessary code in coverage
2.4.3
-----
- Fix annotated Now being cached (195) - Fix conditional annotated expressions not being cached (196) - Simplify annotation handling by using the flatten method (197) - Fix Django 3.2 default_app_config deprecation (198) - (Internal) Pinned psycopg2 to <2.9 due to Django 2.2 incompatibility