From 83c803f161044fbfbfcd9a0c94ca93dc131be662 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 29 Mar 2022 09:41:57 +0200 Subject: Updated Oracle docs links to Oracle 21c. --- docs/ref/contrib/gis/functions.txt | 6 +++--- docs/ref/contrib/gis/geoquerysets.txt | 2 +- docs/ref/unicode.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index ad1c02a588..44cde315e2 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -221,7 +221,7 @@ south = ``π``; west = ``3π/2``. .. class:: BoundingCircle(expression, num_seg=48, **extra) *Availability*: `PostGIS `__, -`Oracle `_ Accepts a single geographic field or expression and returns the smallest circle @@ -307,8 +307,8 @@ queryset is calculated:: *Availability*: MariaDB, `MySQL `__, -`Oracle `__, +`Oracle `__, `PostGIS `__, SpatiaLite Accepts a single geographic field or expression and returns the geometry diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 7aa5c94681..dac663e3b8 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -838,7 +838,7 @@ Keyword Argument Description details. ===================== ===================================================== -__ https://docs.oracle.com/en/database/oracle/oracle-database/18/spatl/ +__ https://docs.oracle.com/en/database/oracle/oracle-database/21/spatl/ spatial-concepts.html#GUID-CE10AB14-D5EA-43BA-A647-DAC9EEF41EE6 Example:: diff --git a/docs/ref/unicode.txt b/docs/ref/unicode.txt index cf0f9d3e0e..57e08f6482 100644 --- a/docs/ref/unicode.txt +++ b/docs/ref/unicode.txt @@ -29,9 +29,9 @@ able to store certain characters in the database, and information will be lost. .. _MySQL manual: https://dev.mysql.com/doc/refman/en/charset-database.html .. _PostgreSQL manual: https://www.postgresql.org/docs/current/multibyte.html#id-1.6.11.5.6 -.. _Oracle manual: https://docs.oracle.com/en/database/oracle/oracle-database/18/nlspg/index.html -.. _section 2: https://docs.oracle.com/en/database/oracle/oracle-database/18/nlspg/choosing-character-set.html -.. _section 11: https://docs.oracle.com/en/database/oracle/oracle-database/18/nlspg/character-set-migration.html +.. _Oracle manual: https://docs.oracle.com/en/database/oracle/oracle-database/21/nlspg/index.html +.. _section 2: https://docs.oracle.com/en/database/oracle/oracle-database/21/nlspg/choosing-character-set.html +.. _section 11: https://docs.oracle.com/en/database/oracle/oracle-database/21/nlspg/character-set-migration.html All of Django's database backends automatically convert strings into the appropriate encoding for talking to the database. They also automatically -- cgit v1.3