django-health-check 3.20.5__tar.gz → 3.20.6__tar.gz

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.
Files changed (62) hide show
  1. {django_health_check-3.20.5 → django_health_check-3.20.6}/PKG-INFO +2 -2
  2. {django_health_check-3.20.5 → django_health_check-3.20.6}/README.md +1 -1
  3. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/_version.py +3 -3
  4. {django_health_check-3.20.5 → django_health_check-3.20.6}/LICENSE +0 -0
  5. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/__init__.py +0 -0
  6. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/backends.py +0 -0
  7. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/cache/__init__.py +0 -0
  8. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/cache/apps.py +0 -0
  9. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/cache/backends.py +0 -0
  10. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/conf.py +0 -0
  11. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/__init__.py +0 -0
  12. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/celery/__init__.py +0 -0
  13. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/celery/apps.py +0 -0
  14. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/celery/backends.py +0 -0
  15. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/celery/tasks.py +0 -0
  16. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/celery_ping/__init__.py +0 -0
  17. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/celery_ping/apps.py +0 -0
  18. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/celery_ping/backends.py +0 -0
  19. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/db_heartbeat/__init__.py +0 -0
  20. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/db_heartbeat/apps.py +0 -0
  21. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/db_heartbeat/backends.py +0 -0
  22. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/mail/__init__.py +0 -0
  23. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/mail/apps.py +0 -0
  24. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/mail/backends.py +0 -0
  25. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/migrations/__init__.py +0 -0
  26. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/migrations/apps.py +0 -0
  27. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/migrations/backends.py +0 -0
  28. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/psutil/__init__.py +0 -0
  29. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/psutil/apps.py +0 -0
  30. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/psutil/backends.py +0 -0
  31. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/rabbitmq/__init__.py +0 -0
  32. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/rabbitmq/apps.py +0 -0
  33. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/rabbitmq/backends.py +0 -0
  34. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/redis/__init__.py +0 -0
  35. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/redis/apps.py +0 -0
  36. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/redis/backends.py +0 -0
  37. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/s3boto3_storage/__init__.py +0 -0
  38. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/s3boto3_storage/apps.py +0 -0
  39. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/s3boto3_storage/backends.py +0 -0
  40. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/s3boto_storage/__init__.py +0 -0
  41. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/s3boto_storage/apps.py +0 -0
  42. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/contrib/s3boto_storage/backends.py +0 -0
  43. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/db/__init__.py +0 -0
  44. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/db/apps.py +0 -0
  45. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/db/backends.py +0 -0
  46. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/db/migrations/0001_initial.py +0 -0
  47. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/db/migrations/0002_alter_testmodel_options.py +0 -0
  48. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/db/migrations/__init__.py +0 -0
  49. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/db/models.py +0 -0
  50. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/exceptions.py +0 -0
  51. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/management/__init__.py +0 -0
  52. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/management/commands/__init__.py +0 -0
  53. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/management/commands/health_check.py +0 -0
  54. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/mixins.py +0 -0
  55. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/plugins.py +0 -0
  56. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/storage/__init__.py +0 -0
  57. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/storage/apps.py +0 -0
  58. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/storage/backends.py +0 -0
  59. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/templates/health_check/index.html +0 -0
  60. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/urls.py +0 -0
  61. {django_health_check-3.20.5 → django_health_check-3.20.6}/health_check/views.py +0 -0
  62. {django_health_check-3.20.5 → django_health_check-3.20.6}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-health-check
3
- Version: 3.20.5
3
+ Version: 3.20.6
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>
@@ -42,7 +42,7 @@ Project-URL: Source, https://github.com/codingjoe/django-health-check
42
42
  <img alt="Django HealthCheck: Pluggable health checks for Django applications" src="https://github.com/codingjoe/django-health-check/raw/main/docs/images/logo-light.svg">
43
43
  </picture>
44
44
  <br>
45
- <a href="https://django-health-check.rtfd.io">Documentation</a> |
45
+ <a href="https://codingjoe.dev/django-health-check/">Documentation</a> |
46
46
  <a href="https://github.com/codingjoe/django-health-check/issues/new/choose">Issues</a> |
47
47
  <a href="https://github.com/codingjoe/django-health-check/releases">Changelog</a> |
48
48
  <a href="https://github.com/sponsors/codingjoe">Funding</a> 💚
@@ -5,7 +5,7 @@
5
5
  <img alt="Django HealthCheck: Pluggable health checks for Django applications" src="https://github.com/codingjoe/django-health-check/raw/main/docs/images/logo-light.svg">
6
6
  </picture>
7
7
  <br>
8
- <a href="https://django-health-check.rtfd.io">Documentation</a> |
8
+ <a href="https://codingjoe.dev/django-health-check/">Documentation</a> |
9
9
  <a href="https://github.com/codingjoe/django-health-check/issues/new/choose">Issues</a> |
10
10
  <a href="https://github.com/codingjoe/django-health-check/releases">Changelog</a> |
11
11
  <a href="https://github.com/sponsors/codingjoe">Funding</a> 💚
@@ -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.20.5'
32
- __version_tuple__ = version_tuple = (3, 20, 5)
31
+ __version__ = version = '3.20.6'
32
+ __version_tuple__ = version_tuple = (3, 20, 6)
33
33
 
34
- __commit_id__ = commit_id = 'g994e8ef2a'
34
+ __commit_id__ = commit_id = 'g7fee8b1af'