summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index da65c62766..194bff57be 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -1343,7 +1343,7 @@ However it is not enforced at the model or database level. Use a
.. attribute:: TextField.db_collation
- The database collation name of the field.
+ Optional. The database collation name of the field.
.. note::