Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#17132 closed Cleanup/optimization (fixed)

Leftover urls.defaults import

Reported by: Claude Paroz Owned by: nobody
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I noticed that urlresolvers.py still imported the now deprecated django.core.urls.defaults file.

Attachments (1)

leftover_defaults.diff (815 bytes ) - added by Claude Paroz 13 years ago.
Remove urls.defaults import

Download all attachments as: .zip

Change History (3)

by Claude Paroz, 13 years ago

Attachment: leftover_defaults.diff added

Remove urls.defaults import

comment:1 by Alex Gaynor, 13 years ago

Resolution: fixed
Status: newclosed

In [17048]:

Fixed #17132 -- remove a leftover reference to django.conf.default.urls in Django. THanks to claudep for the patch.

comment:2 by Ramiro Morales, 13 years ago

In [17049]:

More django.conf.urls.defaults removals. Refs #17132

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