Opened 18 years ago

Closed 18 years ago

#2370 closed enhancement (fixed)

[patch] Default dict for URLResolver

Reported by: martin.glueck@… Owned by: Adrian Holovaty
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

The attached patch will add the possibiity to specify a default dict if the include function is used in url configuration files.

I hope the patch does not violate your codig guidelines (it is a little but hard for me since I have different guidelines...)

Attachments (1)

urlresolve.patch (2.2 KB ) - added by anonymous 18 years ago.

Download all attachments as: .zip

Change History (5)

by anonymous, 18 years ago

Attachment: urlresolve.patch added

comment:1 by anonymous, 18 years ago

Summary: Default dict for URLResolver[patch] Default dict for URLResolver

comment:2 by anonymous, 18 years ago

Component: Admin interfaceCore framework

comment:3 by Adrian Holovaty, 18 years ago

Status: newassigned

comment:4 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [3506]) Fixed #2370 -- It's now possible to pass default URLconf arguments to include(). Added docs, as well. Thanks for the patch, martin.glueck@…

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