Loading django/conf/global_settings.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 = '' Loading docs/faq/general.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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? -------------------------------------------- Loading @@ -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 docs/faq/install.txt +4 −4 Original line number Diff line number Diff line Loading @@ -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? -------------------------------- Loading @@ -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/ Loading Loading @@ -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? ------------------------------------------------------- Loading docs/glossary.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading docs/howto/index.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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
django/conf/global_settings.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 = '' Loading
docs/faq/general.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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? -------------------------------------------- Loading @@ -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
docs/faq/install.txt +4 −4 Original line number Diff line number Diff line Loading @@ -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? -------------------------------- Loading @@ -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/ Loading Loading @@ -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? ------------------------------------------------------- Loading
docs/glossary.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
docs/howto/index.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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/