[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

@ -19,7 +19,7 @@ only the common types, such as ``VARCHAR`` and ``INTEGER``. For more obscure
column types, such as geographic polygons or even user-created types such as
`PostgreSQL custom types`_, you can define your own Django ``Field`` subclasses.
.. _PostgreSQL custom types: http://www.postgresql.org/docs/current/interactive/sql-createtype.html
.. _PostgreSQL custom types: https://www.postgresql.org/docs/current/static/sql-createtype.html
Alternatively, you may have a complex Python object that can somehow be
serialized to fit into a standard database column type. This is another case