summaryrefslogtreecommitdiff
path: root/docs/ref/validators.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-03-13 17:53:31 +0000
committerClaude Paroz <claude@2xlibre.net>2012-03-13 17:53:31 +0000
commit78638a9a5180eb373df0d4430a2169bd49fa9e42 (patch)
treeb43ce98ad222048e8c48b64a637c250a2254a137 /docs/ref/validators.txt
parent69b96f824d2de0904f03e457c564f22fb8ed57e4 (diff)
Replaced http by https in djangoproject.com links
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/validators.txt')
-rw-r--r--docs/ref/validators.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/validators.txt b/docs/ref/validators.txt
index 0f299895c5..e58e53700d 100644
--- a/docs/ref/validators.txt
+++ b/docs/ref/validators.txt
@@ -98,7 +98,7 @@ to, or in lieu of custom ``field.clean()`` methods.
:param verify_exists: Sets :attr:`verify_exists`. Defaults to ``False``.
:param validator_user_agent: Sets :attr:`validator_user_agent`. Defaults to
:setting:`URL_VALIDATOR_USER_AGENT` or, if that setting is set to a
- null value, ``"Django (http://www.djangoproject.com/)"``.
+ null value, ``"Django (https://www.djangoproject.com/)"``.
.. attribute:: verify_exists