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

resolve django deprecation warnings #4200

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Conversation

jklugherz
Copy link
Contributor

resolves deprecation warnings before upgrade

/Users/jklugher/codebase/seqr/seqr/urls.py:361: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
  urlpatterns = [url('^status', status_view)]

@jklugherz jklugherz marked this pull request as ready for review June 27, 2024 16:32
@jklugherz jklugherz requested review from bpblanken and hanars June 27, 2024 16:33
@jklugherz jklugherz merged commit 5018427 into dev Jun 27, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants