Browse Source

Doc'd TextField.db_collation as optional.

Matches CharField.db_collation docs.

Thanks to Paolo Melchiorre for the report.
Carlton Gibson 2 years ago
parent
commit
5028a02352
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/models/fields.txt

+ 1 - 1
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::