Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warnings in django-healthcheks #13

Closed
f213 opened this issue Sep 7, 2020 · 1 comment · Fixed by labd/django-healthchecks#18
Closed

Fix deprecation warnings in django-healthcheks #13

f213 opened this issue Sep 7, 2020 · 1 comment · Fixed by labd/django-healthchecks#18
Labels
bug Something isn't working no-issue-activity

Comments

@f213
Copy link
Member

f213 commented Sep 7, 2020

This ones:

app/tests/tests_health.py::test
  /Users/f213/prj/f213-django-boilerplate/testing/django/venv/lib/python3.7/site-packages/django_healthchecks/urls.py:6: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
    url(r'^$', views.HealthCheckView.as_view(), name='index'),

app/tests/tests_health.py::test
  /Users/f213/prj/f213-django-boilerplate/testing/django/venv/lib/python3.7/site-packages/django_healthchecks/urls.py:8: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
    name='service'),

@github-actions
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working no-issue-activity
Development

Successfully merging a pull request may close this issue.

1 participant