mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Doc'd TextField.db_collation as optional.
Matches CharField.db_collation docs. Thanks to Paolo Melchiorre for the report.
This commit is contained in:
committed by
Carlton Gibson
parent
ab1955a05e
commit
5028a02352
@@ -1343,7 +1343,7 @@ However it is not enforced at the model or database level. Use a
|
|||||||
|
|
||||||
.. attribute:: TextField.db_collation
|
.. attribute:: TextField.db_collation
|
||||||
|
|
||||||
The database collation name of the field.
|
Optional. The database collation name of the field.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user