mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Updated postgresql.org links to https and made them canonical.
This commit is contained in:
parent
adc93e8599
commit
51fbe2a60d
13 changed files with 23 additions and 23 deletions
|
@ -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()``
|
||||
---------------------------------
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue