diff options
| author | pp <pp@users.noreply.github.com> | 2016-01-10 17:48:16 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-11 18:05:15 -0500 |
| commit | b34ff66e5bae3760273255fa5b2525eb21a5eb63 (patch) | |
| tree | d3cf5e9ea9af2d34bc61122d6bf891553b55472f /docs/ref/unicode.txt | |
| parent | 99d2469e75f1567cbe5ee753563edb68cd51d74a (diff) | |
Added missing period to "etc.".
Diffstat (limited to 'docs/ref/unicode.txt')
| -rw-r--r-- | docs/ref/unicode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/unicode.txt b/docs/ref/unicode.txt index 0ef12aecd9..d09431cbee 100644 --- a/docs/ref/unicode.txt +++ b/docs/ref/unicode.txt @@ -251,7 +251,7 @@ Models ====== Because all strings are returned from the database as Unicode strings, model -fields that are character based (CharField, TextField, URLField, etc) will +fields that are character based (CharField, TextField, URLField, etc.) will contain Unicode values when Django retrieves data from the database. This is *always* the case, even if the data could fit into an ASCII bytestring. |
