Opened 2 years ago
Last modified 23 months ago
#26424 assigned New feature
Allow URLValidator to skip schemes validation
Reported by: | Tim Graham | Owned by: | Burhan Khalid |
---|---|---|---|
Component: | Core (Other) | Version: | master |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
As proposed by Claude in #26418, "provide some special value for scheme
, like '__all__'
, to allow for all possible schemes (in the same spirit as the ModelForm
fields
/ exclude
attributes).
Change History (7)
comment:1 Changed 2 years ago by
comment:2 Changed 2 years ago by
Owner: | changed from nobody to Burhan Khalid |
---|---|
Status: | new → assigned |
comment:3 Changed 2 years ago by
Has patch: | set |
---|---|
Patch needs improvement: | set |
PR with some comments for improvement.
comment:4 Changed 2 years ago by
Patch needs improvement: | unset |
---|
comment:5 Changed 2 years ago by
Patch needs improvement: | set |
---|
comment:6 Changed 2 years ago by
Patch needs improvement: | unset |
---|
comment:7 Changed 23 months ago by
Patch needs improvement: | set |
---|
Note: See
TracTickets for help on using
tickets.
It's not exactly about skipping scheme validation, but a minimal validation (e.g. all ascii letters and maximal length).