mirror of
https://github.com/django/django.git
synced 2025-03-13 19:00:45 +00:00
[1.9.x] Fixed typo in docs/ref/migration-operations.txt.
Backport of 931b946e29bb0dc6bb1ca02c7ca67b65770763dd from master
This commit is contained in:
parent
ef78aec222
commit
f0fe86feaa
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user