Kaydet (Commit) 15f12d41 authored tarafından Christos Kontas's avatar Christos Kontas Kaydeden (comit) Christos Kontas

Fix minor typo in tutorial

üst 930af661
...@@ -362,7 +362,7 @@ class -- e.g., :class:`~django.db.models.CharField` for character fields and ...@@ -362,7 +362,7 @@ class -- e.g., :class:`~django.db.models.CharField` for character fields and
type of data each field holds. type of data each field holds.
The name of each :class:`~django.db.models.Field` instance (e.g. ``question`` or The name of each :class:`~django.db.models.Field` instance (e.g. ``question`` or
``pub_date`` ) is the field's name, in machine-friendly format. You'll use this ``pub_date``) is the field's name, in machine-friendly format. You'll use this
value in your Python code, and your database will use it as the column name. value in your Python code, and your database will use it as the column name.
You can use an optional first positional argument to a You can use an optional first positional argument to a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment