Opened 18 years ago
Closed 18 years ago
#2370 closed enhancement (fixed)
[patch] Default dict for URLResolver
Reported by: | 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)
Change History (5)
by , 18 years ago
Attachment: | urlresolve.patch added |
---|
comment:1 by , 18 years ago
Summary: | Default dict for URLResolver → [patch] Default dict for URLResolver |
---|
comment:2 by , 18 years ago
Component: | Admin interface → Core framework |
---|
comment:3 by , 18 years ago
Status: | new → assigned |
---|
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(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@…