We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d330885 commit fa48979Copy full SHA for fa48979
CHANGES
@@ -1,5 +1,7 @@
1
-Unreleased
2
-==========
+django-solo-2.4.0
+=================
3
+
4
+Date: 19 October, 2024
5
6
* Fix similarly named models from different apps having the same cache key
7
* Drop support for Python 3.8
solo/__init__.py
@@ -3,4 +3,4 @@
things like global settings that you want to edit from the admin site.
"""
-__version__ = "2.3.0"
+__version__ = "2.4.0"
0 commit comments