Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#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 Marten Kenbeek, 8 years ago

Owner: changed from nobody to Marten Kenbeek
Status: newassigned

comment:2 by Tim Graham, 8 years ago

Has patch: set
Patch needs improvement: set

PR; I left comments for improvement.

comment:3 by Marten Kenbeek, 8 years ago

Patch needs improvement: unset

comment:4 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 16411b84:

Fixed #26013 -- Moved django.core.urlresolvers to django.urls.

Thanks to Tim Graham for the review.

comment:5 by Tim Graham <timograham@…>, 7 years ago

In bc3540ce:

Refs #26013 -- Removed deprecated django.core.urlresolvers module.

Note: See TracTickets for help on using tickets.
Back to Top