Loading django/conf/global_settings.py +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading django/middleware/clickjacking.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading django/utils/lru_cache.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 """ Loading docs/faq/general.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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? Loading docs/glossary.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
django/conf/global_settings.py +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading
django/middleware/clickjacking.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
django/utils/lru_cache.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 """ Loading
docs/faq/general.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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? Loading
docs/glossary.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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