Commit 64982cc2 authored by Claude Paroz's avatar Claude Paroz
Browse files

Updated Wikipedia links to use https

parent 18f3d4c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ INTERNAL_IPS = []
ALLOWED_HOSTS = []

# Local time zone for this installation. All choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name (although not all
# https://en.wikipedia.org/wiki/List_of_tz_zones_by_name (although not all
# systems may support all possibilities). When USE_TZ is True, this is
# interpreted as the default user time zone.
TIME_ZONE = 'America/Chicago'
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ class XFrameOptionsMiddleware(object):
    clickjacking protection techniques should be used if protection in those
    browsers is required.

    http://en.wikipedia.org/wiki/Clickjacking#Server_and_client
    https://en.wikipedia.org/wiki/Clickjacking#Server_and_client
    """
    def process_response(self, request, response):
        # Don't set it if it's already in the response
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ except ImportError:
        f.cache_info().  Clear the cache and statistics with f.cache_clear().
        Access the underlying function with f.__wrapped__.

        See:  http://en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used
        See:  https://en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used

        """

+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ Django is pronounced **JANG**-oh. Rhymes with FANG-oh. The "D" is silent.

We've also recorded an `audio clip of the pronunciation`_.

.. _Django Reinhardt: http://en.wikipedia.org/wiki/Django_Reinhardt
.. _Django Reinhardt: https://en.wikipedia.org/wiki/Django_Reinhardt
.. _audio clip of the pronunciation: http://red-bean.com/~adrian/django_pronunciation.mp3

Is Django stable?
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ Glossary
        `Model-view-controller`__; a software pattern. Django :ref:`follows MVC
        to some extent <faq-mtv>`.

        __ http://en.wikipedia.org/wiki/Model-view-controller
        __ https://en.wikipedia.org/wiki/Model-view-controller

    project
        A Python package -- i.e. a directory of code -- that contains all the
Loading