diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-07 09:59:47 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-07 10:03:11 +0100 |
| commit | 0aff35459db46a1d4d4383f379416565ff2fce9e (patch) | |
| tree | 58e6577285bd2867ecbc845712441b5b484b3e5a /docs/ref/unicode.txt | |
| parent | d293948938d1b07bcacac220adb42266fa67f83e (diff) | |
[2.2.x] Updated Oracle docs links to Oracle 18c.
Backport of 759a9b710c0e5a6009cfba406ff562919fa70ef0 from master
Diffstat (limited to 'docs/ref/unicode.txt')
| -rw-r--r-- | docs/ref/unicode.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/unicode.txt b/docs/ref/unicode.txt index 9d0311deef..7ad5cac095 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/static/multibyte.html -.. _Oracle manual: https://docs.oracle.com/database/121/NLSPG/toc.htm -.. _section 2: https://docs.oracle.com/database/121/NLSPG/ch2charset.htm#NLSPG002 -.. _section 11: https://docs.oracle.com/database/121/NLSPG/ch11charsetmig.htm#NLSPG011 +.. _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 All of Django's database backends automatically convert strings into the appropriate encoding for talking to the database. They also automatically |
