Kaydet (Commit) 931b946e authored tarafından Tim Graham's avatar Tim Graham

Fixed typo in docs/ref/migration-operations.txt.

üst 7628f87e
......@@ -45,8 +45,8 @@ database to match it.
``name`` is the model name, as would be written in the ``models.py`` file.
``fields`` is a list of 2-tuples of ``(field_name, field_instance)``.
The field instance should be an unbound field (so just ``models.CharField()``,
rather than a field takes from another model).
The field instance should be an unbound field (so just
``models.CharField(...)``, rather than a field taken from another model).
``options`` is an optional dictionary of values from the model's ``Meta`` class.
......
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