Opened 16 years ago

Closed 16 years ago

#5994 closed (duplicate)

{% url %} doesn't support patterns with literal dots

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

Description

URL patterns with literal dots can't be generated via the {% url %} tag. I don't have a fix, but I've added a test which demonstrates the problem.

Attachments (1)

test-url-tag-fails-on-dots.patch (1.7 KB ) - added by Adam Vandenberg 16 years ago.
Test to demonstrate the problem.

Download all attachments as: .zip

Change History (2)

by Adam Vandenberg, 16 years ago

Test to demonstrate the problem.

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #2977. I currently have an improved patch in the works for that ticket, so it'll be fixed soon.

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