Actions
Refactor #9466
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 #9443: django.conf.urls.url() is deprecated, switch to django.urls.path() added
Updated by ipanova@redhat.com about 3 years ago
- Copied to Refactor #9467: django.conf.urls.url() is deprecated, switch to django.urls.path() added
Updated by pulpbot about 3 years ago
- Status changed from NEW to POST
Added by ipanova@redhat.com about 3 years ago
Added by ipanova@redhat.com about 3 years ago
Revision 6e45258c | View on GitHub
Use newer style of Django path declaration in urlpatterns.
closes #9466
Updated by ipanova@redhat.com about 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset 6e45258cb72ac0012070be94b33f0213b934b6c5.
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Use newer style of Django path declaration in urlpatterns.
closes #9466