summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/unicode.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ref/unicode.txt b/docs/ref/unicode.txt
index 8617442318..9d0311deef 100644
--- a/docs/ref/unicode.txt
+++ b/docs/ref/unicode.txt
@@ -2,9 +2,7 @@
Unicode data
============
-Django natively supports Unicode data everywhere. Providing your database can
-somehow store the data, you can safely pass around strings to templates,
-models, and the database.
+Django supports Unicode data everywhere.
This document tells you what you need to know if you're writing applications
that use data or templates that are encoded in something other than ASCII.