From fd49701ab9bb9352b549ec02600af1ee35794d40 Mon Sep 17 00:00:00 2001 From: "Hemanth V. Alluri" Date: Thu, 25 Oct 2018 05:31:19 +0530 Subject: [PATCH] Removed a useless sentence in docs/ref/unicode.txt. --- docs/ref/unicode.txt | 4 +--- 1 file changed, 1 insertion(+), 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.