[1.10.x] Updated postgresql.org links to https and made them canonical.

Backport of 51fbe2a60d from master
This commit is contained in:
Marti Raudsepp 2016-10-25 18:43:32 +03:00 committed by Tim Graham
parent 3a416e4ba9
commit ae91fc786c
13 changed files with 23 additions and 23 deletions

View file

@ -185,7 +185,7 @@ of people with their ages calculated by the database::
Jane is 42.
...
__ http://www.postgresql.org/docs/current/static/functions-datetime.html
__ https://www.postgresql.org/docs/current/static/functions-datetime.html
Passing parameters into ``raw()``
---------------------------------

View file

@ -115,7 +115,7 @@ see :setting:`DATABASES` for details.
If you're using Django's :doc:`testing framework</topics/testing/index>` to test
database queries, Django will need permission to create a test database.
.. _PostgreSQL: http://www.postgresql.org/
.. _PostgreSQL: https://www.postgresql.org/
.. _MySQL: https://www.mysql.com/
.. _psycopg2: http://initd.org/psycopg/
.. _SQLite: https://www.sqlite.org/