Django

Code

Ticket #2370 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] Default dict for URLResolver

Reported by: martin.glueck@gmail.com Assigned to: adrian
Milestone: Component: Core framework
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

urlresolve.patch (2.2 kB) - added by anonymous on 07/17/06 19:57:46.

Change History

07/17/06 19:57:46 changed by anonymous

  • attachment urlresolve.patch added.

07/17/06 19:58:08 changed by anonymous

  • summary changed from Default dict for URLResolver to [patch] Default dict for URLResolver.

07/18/06 00:31:21 changed by anonymous

  • component changed from Admin interface to Core framework.

07/27/06 12:51:14 changed by adrian

  • status changed from new to assigned.

07/31/06 21:57:09 changed by adrian

  • status changed from assigned to closed.
  • resolution set to fixed.

(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@gmail.com


Add/Change #2370 ([patch] Default dict for URLResolver)




Change Properties
Action