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

Update README.md - replaced url() with re_path() #229

Merged
merged 1 commit into from
Dec 3, 2023

Conversation

oussjarrousse
Copy link
Contributor

The README.md file refers to the django.urls.url() funciton that has been deprecated since Django 3.1: https://docs.djangoproject.com/en/3.1/ref/urls/#url. It can be replaced by django.urls.re_path(): https://docs.djangoproject.com/en/4.2/ref/urls/#re-path

I made that change in the README.md file

The README.md file refers to the django.urls.url() funciton that has been deprecated since Django 3.1: https://docs.djangoproject.com/en/3.1/ref/urls/#url. It can be replaced by django.urls.re_path(): https://docs.djangoproject.com/en/4.2/ref/urls/#re-path

I made that change in the README.md file
@CLAassistant
Copy link

CLAassistant commented Dec 2, 2023

CLA assistant check
All committers have signed the CLA.

@mostafa
Copy link
Member

mostafa commented Dec 3, 2023

Thanks for your contribution! 🙏

@mostafa mostafa merged commit b62970e into grafana:main Dec 3, 2023
6 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.

3 participants