From 5237da3416aa4db47b396e26238db9fdac121c24 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Sat, 30 Mar 2019 01:49:44 +0000 Subject: [2.2.x] Removed unnecessary /static from links to PostgreSQL docs. Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master. --- docs/ref/models/indexes.txt | 2 +- docs/ref/models/querysets.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref/models') 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 -`_ to use for +`_ 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 -- cgit v1.3