We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd917c commit cd07284Copy full SHA for cd07284
CHANGELOG.rst
@@ -2,11 +2,15 @@
2
Changelog
3
=========
4
5
-3.0.1
+4.0.0
6
~~~~~
7
8
-* Fix incompatibility with Django 6.0.
9
-
+* BREAKING CHANGE: Drop support for Django < 5.2 and Python < 3.10.
+* BREAKING CHANGE: Drop support for Celery < 5.0.
10
+* BREAKING CHANGE: Drop support for django-rq < 3.0.
11
+* Add support for Django 5.2.
12
+* Add support for Django 6.0.
13
+* Modernise Python code.
14
15
3.0.0
16
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "django-cacheback"
-version = "3.0.1"
+version = "4.0.0"
description = "Caching library for Django that uses Celery or RQ to refresh cache items asynchronously"
authors = [
"David Winterbottom <[email protected]>",
0 commit comments