diff options
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/indexes.txt | 2 | ||||
| -rw-r--r-- | docs/ref/models/querysets.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/indexes.txt b/docs/ref/models/indexes.txt index 1b27c17193..16ba17efab 100644 --- a/docs/ref/models/indexes.txt +++ b/docs/ref/models/indexes.txt @@ -81,7 +81,7 @@ in the same tablespace as the table. .. versionadded:: 2.2 The names of the `PostgreSQL operator classes -<https://www.postgresql.org/docs/current/static/indexes-opclass.html>`_ to use for +<https://www.postgresql.org/docs/current/indexes-opclass.html>`_ to use for this index. If you require a custom operator class, you must provide one for each field in the index. diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 51bb453b97..2c90c9b4a9 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -804,7 +804,7 @@ object. If it's ``None``, Django uses the :ref:`current time zone - MySQL: load the time zone tables with `mysql_tzinfo_to_sql`_. .. _pytz: http://pytz.sourceforge.net/ - .. _Time Zones: https://www.postgresql.org/docs/current/static/datatype-datetime.html#DATATYPE-TIMEZONES + .. _Time Zones: https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-TIMEZONES .. _Choosing a Time Zone File: https://docs.oracle.com/en/database/oracle/ oracle-database/18/nlspg/datetime-data-types-and-time-zone-support.html #GUID-805AB986-DE12-4FEA-AF56-5AABCD2132DF |
