Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 951 Bytes

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 951 Bytes

Changelog

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/.

Unreleased

Removed

  • Dropped support for Python 3.5 and 3.6
  • Dropped support for Django 2.1
  • Dropped support for Django 2.2

Added

  • 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

Added

  • Django 2.1+ support

Changed

  • Dropped older versions support

Added

  • MiddlewareMixin compatibility

Added

  • Initial Release