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

This commit is contained in:
Tim Graham 2015-11-14 17:19:45 -05:00
parent 7628f87e2b
commit 931b946e29
1 changed files with 2 additions and 2 deletions

View File

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