Opened 18 years ago
Closed 18 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)
Change History (2)
by , 18 years ago
| Attachment: | test-url-tag-fails-on-dots.patch added |
|---|
comment:1 by , 18 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
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.
Test to demonstrate the problem.