mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Added missing period to "etc.".
This commit is contained in:
parent
99d2469e75
commit
b34ff66e5b
16 changed files with 17 additions and 17 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue