Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1009 Bytes

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 1009 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/.

1.4

Added

  • Wrapped func is recalled when result is None

1.3

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