diff options
| author | Tim Graham <timograham@gmail.com> | 2013-02-19 11:31:41 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-02-19 11:31:41 -0500 |
| commit | 00031b73bda7d910aa19876694ebb6778c4b3e70 (patch) | |
| tree | cddad74ccf107facfc31379f7ab9c4beadcd89d0 /docs/ref/unicode.txt | |
| parent | efa300088f4bdb7224d5f1200f6ff4dd526c47a7 (diff) | |
Updated a couple admonitions to use the warning directive.
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 784ff33398..92a446ff6b 100644 --- a/docs/ref/unicode.txt +++ b/docs/ref/unicode.txt @@ -68,7 +68,7 @@ Python 2 with unicode literals or Python 3:: See also :doc:`Python 3 compatibility </topics/python3>`. -.. admonition:: Warning +.. warning:: A bytestring does not carry any information with it about its encoding. For that reason, we have to make an assumption, and Django assumes that all |
