diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-14 17:19:45 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-14 17:20:24 -0500 |
| commit | f0fe86feaae49ffc7ad3f375c11bdf648a25d25b (patch) | |
| tree | 648dfc3c77d6b3c42c47a5b62b7ad7d26ec1fad9 | |
| parent | ef78aec222a7450b56088d9ea9837867c9d9698c (diff) | |
[1.9.x] Fixed typo in docs/ref/migration-operations.txt.
Backport of 931b946e29bb0dc6bb1ca02c7ca67b65770763dd from master
| -rw-r--r-- | docs/ref/migration-operations.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt index 3ba1a4efef..ed0400d244 100644 --- a/docs/ref/migration-operations.txt +++ b/docs/ref/migration-operations.txt @@ -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. |
