#26013 closed Cleanup/optimization (fixed)
Move django.core.urlresolvers to django.urls
Reported by: | Tim Graham | Owned by: | Marten Kenbeek |
---|---|---|---|
Component: | Core (URLs) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Marten Kenbeek | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As part of the URL dispatching work targeted for Django 1.10, django.core.urlresolvers
is moved to django.urls
. I'd like this code move submitted as a separate pull request to make review easier.
Change History (5)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Has patch: | set |
---|---|
Patch needs improvement: | set |
comment:3 by , 9 years ago
Patch needs improvement: | unset |
---|
Note:
See TracTickets
for help on using tickets.
PR; I left comments for improvement.