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 ea2afd7 commit fa18ee3Copy full SHA for fa18ee3
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-## v2.5.0 - UNRELEASED
+## v2.4.1 - June 25th, 2025
4
+
5
+* Add Django version to install requirements.
6
7
## v2.4.0 - June 18th, 2025
8
django_prometheus/__init__.py
@@ -10,7 +10,7 @@
10
11
__all__ = ["middleware", "models", "pip_prometheus"]
12
13
-__version__ = "2.5.0.dev0"
+__version__ = "2.4.1"
14
15
# Import pip_prometheus to export the pip metrics automatically.
16
try:
setup.py
@@ -45,6 +45,7 @@ def get_version():
45
setup_requires=["pytest-runner"],
46
options={"bdist_wheel": {"universal": "1"}},
47
install_requires=[
48
+ "Django>=4.2,<6.0",
49
"prometheus-client>=0.7",
50
],
51
classifiers=[
0 commit comments