Actions
Refactor #9443
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:
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 dalley about 3 years ago
- Tracker changed from Issue to Refactor
- Status changed from NEW to POST
- Assignee set to dalley
- % Done set to 0
- Severity deleted (
2. Medium) - Triaged deleted (
No)
Updated by pulpbot about 3 years ago
Added by dalley about 3 years ago
Updated by dalley about 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|cea47b5d0cfb06abebca2f9cc1062f4667967583.
Updated by ipanova@redhat.com about 3 years ago
- Copied to Refactor #9466: django.conf.urls.url() is deprecated, switch to django.urls.path() added
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Use new-style urlpatterns
closes: #9443 https://pulp.plan.io/issues/9443