diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2015-11-29 08:29:46 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-01 08:01:34 -0500 |
| commit | 7aabd6238028f4bb78d0687bbccc97bcf634e28b (patch) | |
| tree | 8bf67912d9154f1420574c9f22bc75d9fe2f2de0 /docs/ref/models | |
| parent | 51a37213721e5689f17809990a9e7c38f1c8baf8 (diff) | |
Fixed #25778 -- Updated docs links to use https when available.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/fields.txt | 2 | ||||
| -rw-r--r-- | docs/ref/models/querysets.txt | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 3dcbc99f4c..e1b80d5fea 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -911,7 +911,7 @@ optional arguments: Requires the `Pillow`_ library. -.. _Pillow: http://pillow.readthedocs.org/en/latest/ +.. _Pillow: https://pillow.readthedocs.org/en/latest/ :class:`ImageField` instances are created in your database as ``varchar`` columns with a default max length of 100 characters. As with other fields, you diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 507a2475d5..c9c3712669 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -708,8 +708,8 @@ object. If it's ``None``, Django uses the :ref:`current time zone .. _pytz: http://pytz.sourceforge.net/ .. _Time Zones: http://www.postgresql.org/docs/current/static/datatype-datetime.html#DATATYPE-TIMEZONES - .. _Choosing a Time Zone File: http://docs.oracle.com/cd/E11882_01/server.112/e10729/ch4datetime.htm#NLSPG258 - .. _mysql_tzinfo_to_sql: http://dev.mysql.com/doc/refman/5.6/en/mysql-tzinfo-to-sql.html + .. _Choosing a Time Zone File: https://docs.oracle.com/cd/E11882_01/server.112/e10729/ch4datetime.htm#NLSPG258 + .. _mysql_tzinfo_to_sql: https://dev.mysql.com/doc/refman/5.6/en/mysql-tzinfo-to-sql.html none ~~~~ @@ -2769,7 +2769,7 @@ Note this is only available in MySQL and requires direct manipulation of the database to add the full-text index. By default Django uses BOOLEAN MODE for full text searches. See the `MySQL documentation`_ for additional details. -.. _MySQL documentation: http://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html +.. _MySQL documentation: https://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html .. fieldlookup:: regex @@ -2989,7 +2989,7 @@ Variance documentation`_ for instructions on obtaining and installing this extension. -.. _SQLite documentation: http://www.sqlite.org/contrib +.. _SQLite documentation: https://www.sqlite.org/contrib Query-related classes ===================== |
