Opened 4 hours ago
Last modified 2 hours ago
#36710 assigned Bug
` from django.utils.html import urlize ` mismatch between version
| Reported by: | Mehraz Hossain Rumman | Owned by: | Mehraz Hossain Rumman |
|---|---|---|---|
| Component: | Core (URLs) | Version: | 6.0 |
| Severity: | Normal | Keywords: | urlizee |
| Cc: | Mehraz Hossain Rumman | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
when I am runing tests for django 5.2 this URL : as.d8f.ghj8.gov , It is treated as correct URLS but for when I am running tests for djangomain it shows the URL is incorrect. is there any change in URL validation ?
Change History (5)
comment:1 by , 4 hours ago
| Summary: | `from django.utils.html import urlize` mismatch between version → ` from django.utils.html import urlize ` mismatch between version |
|---|
comment:2 by , 3 hours ago
| Version: | 5.2 → 6.0 |
|---|
follow-up: 4 comment:3 by , 3 hours ago
comment:4 by , 2 hours ago
Replying to Bruno Alla:
Seems to originate from this change in PR 19781 which was fixing Ticket 35533
comment:5 by , 2 hours ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Seems to originate from this change in PR 19781 which was fixing Ticket 35533