Actions
Refactor #9467
closeddjango.conf.urls.url() is deprecated, switch to django.urls.path()
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 106
Quarter:
Description
This is referring to the urlpatterns= [ .... ] in urls.py.
The "old way" is not scheduled to be removed any time soon, but the new way is nicer in many respects.
https://docs.djangoproject.com/en/3.2/ref/urls/#path https://docs.djangoproject.com/en/3.2/ref/urls/#url
Related issues
Updated by ipanova@redhat.com about 3 years ago
- Copied from Refactor #9466: django.conf.urls.url() is deprecated, switch to django.urls.path() added
Added by dalley about 3 years ago
Updated by dalley about 3 years ago
- Status changed from NEW to MODIFIED
Applied in changeset f4f86a961c3b5c0b9565818ef5ae618de5450f2c.
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Use newer urlpattern style
closes: #9467 https://pulp.plan.io/issues/9467