diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-07 09:59:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-07 09:59:47 +0100 |
| commit | 759a9b710c0e5a6009cfba406ff562919fa70ef0 (patch) | |
| tree | 636d2d9472fa7d99fd379fb3e5f2b063b11738d6 /docs/ref/unicode.txt | |
| parent | af1434329fbdb295870301bd7e16e18fea95492e (diff) | |
Updated Oracle docs links to Oracle 18c.
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 177ada4ef1..f98952c931 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 |
