mirror of
https://github.com/django/django.git
synced 2025-10-10 02:22:22 +00:00
Removed a useless sentence in docs/ref/unicode.txt.
This commit is contained in:
parent
c86a3d80a2
commit
fd49701ab9
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
||||||
Unicode data
|
Unicode data
|
||||||
============
|
============
|
||||||
|
|
||||||
Django natively supports Unicode data everywhere. Providing your database can
|
Django supports Unicode data everywhere.
|
||||||
somehow store the data, you can safely pass around strings to templates,
|
|
||||||
models, and the database.
|
|
||||||
|
|
||||||
This document tells you what you need to know if you're writing applications
|
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.
|
that use data or templates that are encoded in something other than ASCII.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue