[4.1.x] Doc'd TextField.db_collation as optional.

Matches CharField.db_collation docs.

Thanks to Paolo Melchiorre for the report.

Backport of 5028a02352 from main
This commit is contained in:
Carlton Gibson 2022-08-02 12:02:07 +02:00
parent 8aab03ab55
commit 064c8100a5
1 changed files with 1 additions and 1 deletions

View File

@ -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::