From ad73d0b72c6f4c3f144ca0ddf9a8766457912c62 Mon Sep 17 00:00:00 2001 From: Martin Koistinen Date: Mon, 8 Jun 2015 16:52:51 -0400 Subject: [PATCH] Minor update --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ee4d67ab..997211f3 100644 --- a/README.rst +++ b/README.rst @@ -47,10 +47,10 @@ host-portion of the URL. For example: :: - RFC1123 Pattern: + # RFC1123 Pattern: DJANGOCMS_LINK_INTRANET_HOSTNAME_PATTERN = r'[a-z,0-9,-]{1,15}' - NetBios Pattern: + # NetBios Pattern: DJANGOCMS_LINK_INTRANET_HOSTNAME_PATTERN = r'[a-z,0-9,!@#$%^()\\-\'{}.~]{1,15}' Either of these might accept a URL such as: ::