diff options
| author | Tim Graham <timograham@gmail.com> | 2014-07-02 13:21:34 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-02 13:21:34 -0400 |
| commit | 42f5c8f39710691ce1606289698ee321a8ac0627 (patch) | |
| tree | 149dfe88a3480e96513c778d6a6b425112c89eca /docs/ref | |
| parent | 1a3bec4a26248f93982e0349bab53adaab80e968 (diff) | |
Fixed typo in docs/ref/models/instances.txt
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/instances.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index 984f64d47e..c04f1a44b0 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -86,8 +86,8 @@ from the database. In addition to creating the new model, the ``from_db()`` method must set the ``adding`` and ``db`` flags in the new instance's ``_state`` attribute. -Below is an example showing how torecord the initial values of fields that -are loaded from the database:: +Below is an example showing how to record the initial values of fields that +are loaded from the database:: @classmethod def from_db(cls, db, field_names, values): |
