Commit 78638a9a authored by Claude Paroz's avatar Claude Paroz
Browse files

Replaced http by https in djangoproject.com links

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 69b96f82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ TRANSACTIONS_MANAGED = False
# The User-Agent string to use when checking for URL validity through the
# isExistingURL validator.
from django import get_version
URL_VALIDATOR_USER_AGENT = "Django/%s (http://www.djangoproject.com)" % get_version()
URL_VALIDATOR_USER_AGENT = "Django/%s (https://www.djangoproject.com)" % get_version()

# The tablespaces to use for each model when not specified otherwise.
DEFAULT_TABLESPACE = ''
+2 −2
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ Technically, the docs on Django's site are generated from the latest development
versions of those reST documents, so the docs on the Django site may offer more
information than the docs that come with the latest Django release.

.. _stored in revision control: http://code.djangoproject.com/browser/django/trunk/docs
.. _stored in revision control: https://code.djangoproject.com/browser/django/trunk/docs

Where can I find Django developers for hire?
--------------------------------------------
@@ -188,4 +188,4 @@ You might also be interested in posting a job to http://djangogigs.com/ .
If you want to find Django-capable people in your local area, try
http://djangopeople.net/ .

.. _developers for hire page: http://code.djangoproject.com/wiki/DevelopersForHire
.. _developers for hire page: https://code.djangoproject.com/wiki/DevelopersForHire
+4 −4
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ How do I get started?
#. Check out the rest of the :doc:`documentation </index>`, and `ask questions`_ if you
   run into trouble.

.. _`Download the code`: http://www.djangoproject.com/download/
.. _ask questions: http://www.djangoproject.com/community/
.. _`Download the code`: https://www.djangoproject.com/download/
.. _ask questions: https://www.djangoproject.com/community/

What are Django's prerequisites?
--------------------------------
@@ -33,7 +33,7 @@ also need a database engine. PostgreSQL_ is recommended, because we're
PostgreSQL fans, and MySQL_, `SQLite 3`_, and Oracle_ are also supported.

.. _Python: http://www.python.org/
.. _server arrangements wiki page: http://code.djangoproject.com/wiki/ServerArrangements
.. _server arrangements wiki page: https://code.djangoproject.com/wiki/ServerArrangements
.. _PostgreSQL: http://www.postgresql.org/
.. _MySQL: http://www.mysql.com/
.. _`SQLite 3`: http://www.sqlite.org/
@@ -96,7 +96,7 @@ Will Django run under shared hosting (like TextDrive or Dreamhost)?

See our `Django-friendly Web hosts`_ page.

.. _`Django-friendly Web hosts`: http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts
.. _`Django-friendly Web hosts`: https://code.djangoproject.com/wiki/DjangoFriendlyWebHosts

Should I use the stable version or development version?
-------------------------------------------------------
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ Glossary

        .. parsed-literal::

            http://www.djangoproject.com/weblog/2008/apr/12/**spring**/
            https://www.djangoproject.com/weblog/2008/apr/12/**spring**/

        the last bit (``spring``) is the slug.

+1 −1
Original line number Diff line number Diff line
@@ -30,4 +30,4 @@ you quickly accomplish common tasks.
    global Django community. Many writers in the aggregator write this sort of
    how-to material.

    .. _django community aggregator: http://www.djangoproject.com/community/
    .. _django community aggregator: https://www.djangoproject.com/community/
Loading