All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
PyPi: https://pypi.org/project/django-request-cache/.
- Dropped support for Python 3.5 and 3.6
- Dropped support for Django 2.1
- Dropped support for Django 2.2
- Added support for Python 3.9 and 3.10
- Added support for Django 3.1 and 3.2
- Added support for Django 4.0 and 4.1
- Django 2.1+ support
- Dropped older versions support
- MiddlewareMixin compatibility
- Initial Release