diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-26 10:00:33 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-26 10:00:33 -0400 |
| commit | 035f2e699c3f7fbd41bc5ba0a59551e4c3dbdba6 (patch) | |
| tree | baa35d733bf6f29c06fc7948d05d36b86ec90cf9 /docs/intro/tutorial01.txt | |
| parent | a3e88e64a478ec7e43fd381b6ff2a76c28a7d38f (diff) | |
Fixed #23362 -- Clarified "database columns as attributes" in tutorial.
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 9fe240f261..14a56c64a3 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -643,7 +643,7 @@ Once you're in the shell, explore the :doc:`database API </topics/db/queries>`:: >>> q.id 1 - # Access database columns via Python attributes. + # Access model field values via Python attributes. >>> q.question_text "What's new?" >>> q.pub_date |
