Changes between Initial Version and Version 1 of Ticket #36923, comment 6
- Timestamp:
- Feb 20, 2026, 12:08:53 AM (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36923, comment 6
initial v1 4 4 That's fine Jacob. However, I wanna give a heads up on this: 5 5 6 While verifying scheme in {{{ django.core.validators.URLValidator }}}, the delimiter used i n{{{ :// }}}. I think we should just use a semi-colon (":"), which is standard scheme delimiter according to [https://www.rfc-editor.org/rfc/rfc3986.html#section-1.2.3 RFC 3986 Standards].6 While verifying scheme in {{{ django.core.validators.URLValidator }}}, the delimiter used is {{{ :// }}}. I think we should just use a semi-colon (":"), which is standard scheme delimiter according to [https://www.rfc-editor.org/rfc/rfc3986.html#section-1.2.3 RFC 3986 Standards]. 7 7 8 8 Please have a look at this, and provide your opinion.