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 Mehraz Hossain Rumman, 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 Bruno Alla, 3 hours ago

Version: 5.26.0

comment:3 by Bruno Alla, 3 hours ago

Seems to originate from this change in PR 19781 which was fixing Ticket 35533

in reply to:  3 comment:4 by Mehraz Hossain Rumman, 2 hours ago

Replying to Bruno Alla:

Seems to originate from this change in PR 19781 which was fixing Ticket 35533


Last edited 2 hours ago by Mehraz Hossain Rumman (previous) (diff)

comment:5 by Mehraz Hossain Rumman, 2 hours ago

Owner: set to Mehraz Hossain Rumman
Status: newassigned
Note: See TracTickets for help on using tickets.
Back to Top