Changes between Initial Version and Version 1 of Ticket #36923, comment 6


Ignore:
Timestamp:
Feb 20, 2026, 12:08:53 AM (12 days ago)
Author:
Vishy Algo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36923, comment 6

    initial v1  
    44That's fine Jacob. However, I wanna give a heads up on this:
    55
    6 While verifying scheme in {{{ django.core.validators.URLValidator }}}, the delimiter used in {{{ :// }}}. 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].
     6While 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].
    77
    88Please have a look at this, and provide your opinion.
Back to Top