[1.9.x] Clarified "database column type" explanation.
Backport of cf48962b361b573e580b79839c19b640b7f304a2 from master
This commit is contained in:
parent
1d9ee181fe
commit
ec16503f2b
@ -111,7 +111,8 @@ Each field in your model should be an instance of the appropriate
|
||||
:class:`~django.db.models.Field` class. Django uses the field class types to
|
||||
determine a few things:
|
||||
|
||||
* The database column type (e.g. ``INTEGER``, ``VARCHAR``).
|
||||
* The column type, which tells the database what kind of data to store (e.g.
|
||||
``INTEGER``, ``VARCHAR``, ``TEXT``).
|
||||
|
||||
* The default HTML :doc:`widget </ref/forms/widgets>` to use when rendering a form
|
||||
field (e.g. ``<input type="text">``, ``<select>``).
|
||||
|
Loading…
x
Reference in New Issue
Block a user