django-health-check 3.23.0__py3-none-any.whl → 3.23.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {django_health_check-3.23.0.dist-info → django_health_check-3.23.1.dist-info}/METADATA +1 -1
- {django_health_check-3.23.0.dist-info → django_health_check-3.23.1.dist-info}/RECORD +6 -6
- health_check/_version.py +3 -3
- health_check/views.py +2 -1
- {django_health_check-3.23.0.dist-info → django_health_check-3.23.1.dist-info}/WHEEL +0 -0
- {django_health_check-3.23.0.dist-info → django_health_check-3.23.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-health-check
|
|
3
|
-
Version: 3.23.
|
|
3
|
+
Version: 3.23.1
|
|
4
4
|
Summary: Monitor the health of your Django app and its connected services.
|
|
5
5
|
Keywords: django,postgresql
|
|
6
6
|
Author-email: Kristian Ollegaard <kristian@oellegaard.com>, Johannes Maron <johannes@maron.family>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
health_check/__init__.py,sha256=vLH1k9cjhuLe_swu-qMxrz1_7fFJA179-UWNcsdA8QA,868
|
|
2
|
-
health_check/_version.py,sha256=
|
|
2
|
+
health_check/_version.py,sha256=gCRj7pi9MnY5onJ-uWROMSzro2I9efRFwgWYlLDHxt4,714
|
|
3
3
|
health_check/backends.py,sha256=Q4B8yRusBZz8mOz8jNZmqJWQ1Fu6YawYiLNFkw5sUmA,3414
|
|
4
4
|
health_check/conf.py,sha256=l3Utl8zLLT42TKUnBFNLnD_i-wYNKmxPXVVyIucGUXc,319
|
|
5
5
|
health_check/deprecation.py,sha256=uYGwPFW8lX1xQ33x0VRkoPFoyoLcrMt6DmpX3RHLxj4,1127
|
|
@@ -7,7 +7,7 @@ health_check/exceptions.py,sha256=L9QiCWYpuz3H05an3wDhz_coKeulHvTYotIT4gjKMXA,74
|
|
|
7
7
|
health_check/mixins.py,sha256=pm1JB1qwU5oBklpR8czPIdPru0JrqDDEnmsiYJGWtms,2924
|
|
8
8
|
health_check/plugins.py,sha256=Y7TaRm5ILhvLUKmoF33KrIYz6ubA0Vd5Mjf7IOmvwO8,623
|
|
9
9
|
health_check/urls.py,sha256=2AYTZzWO-BBILcsSBD2gTuRCstf9YTp0NZ3k8FfY1RM,627
|
|
10
|
-
health_check/views.py,sha256=
|
|
10
|
+
health_check/views.py,sha256=myQNIr6gIhUX7j3IlFz2U1eE2SqO3-52rl3eGWCnDG8,6536
|
|
11
11
|
health_check/cache/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
health_check/cache/apps.py,sha256=aJKPag3O1oLTdRDlpxqI8l4vE_c-iA8AReROsnlckio,349
|
|
13
13
|
health_check/cache/backends.py,sha256=a2nhNOE_wFmZNMBi1G_y8ByS_J1dm_R2X-8JdknB-kQ,1994
|
|
@@ -57,7 +57,7 @@ health_check/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
|
57
57
|
health_check/storage/apps.py,sha256=f6958Deq62DXoe8myL57rnKSkKkPQf2FLM9iJkUdx-U,293
|
|
58
58
|
health_check/storage/backends.py,sha256=pkj64HcVnvm9pvgWFhL81IDejTOH8-pLSFwJQ_90jbs,2636
|
|
59
59
|
health_check/templates/health_check/index.html,sha256=pOC7GW_r0gDQ5Qz5aJacNFI22N52kbiOzh4aZb9_V-Q,4045
|
|
60
|
-
django_health_check-3.23.
|
|
61
|
-
django_health_check-3.23.
|
|
62
|
-
django_health_check-3.23.
|
|
63
|
-
django_health_check-3.23.
|
|
60
|
+
django_health_check-3.23.1.dist-info/licenses/LICENSE,sha256=19Rs8FInCokFQuq03cab_KHwpeyF5pt-lTp7pfJX1iE,1101
|
|
61
|
+
django_health_check-3.23.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
62
|
+
django_health_check-3.23.1.dist-info/METADATA,sha256=CagiiM5eZSpEHpdgY5xl69oSzGuPn0aGiB2SUeAU5qM,3554
|
|
63
|
+
django_health_check-3.23.1.dist-info/RECORD,,
|
health_check/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '3.23.
|
|
32
|
-
__version_tuple__ = version_tuple = (3, 23,
|
|
31
|
+
__version__ = version = '3.23.1'
|
|
32
|
+
__version_tuple__ = version_tuple = (3, 23, 1)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gafd598ffd'
|
health_check/views.py
CHANGED
|
@@ -147,7 +147,8 @@ class HealthCheckView(_MainView):
|
|
|
147
147
|
|
|
148
148
|
checks: list[str | tuple[str, dict]] | None = None
|
|
149
149
|
|
|
150
|
-
|
|
150
|
+
@classmethod
|
|
151
|
+
def as_view(cls, **initkwargs):
|
|
151
152
|
if "warnings_as_errors" in initkwargs:
|
|
152
153
|
warnings.warn(
|
|
153
154
|
"`warnings_as_errors` argument is deprecated and will be removed the next major version.",
|
|
File without changes
|
{django_health_check-3.23.0.dist-info → django_health_check-3.23.1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|