diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2019-03-30 01:49:44 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-03-29 21:50:28 -0400 |
| commit | 5237da3416aa4db47b396e26238db9fdac121c24 (patch) | |
| tree | 4d42c8db1a79f0d2e5e0db500143dcf61ce514ac /docs/ref/models | |
| parent | 2fb602f58181fa07e416474a35fef1945a6f8df3 (diff) | |
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master.
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 |
