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:07:57 -0400 |
| commit | 808722e062ff261af4f24342b15fcf67c37c5cf0 (patch) | |
| tree | 269d41d7dc157a044297fb200f488186441630b2 /docs/intro | |
| parent | 9c849f7c7a788746e648a4b6084cf8b190eeea12 (diff) | |
[1.7.x] Fixed #23362 -- Clarified "database columns as attributes" in tutorial.
Backport of 035f2e699c from master
Diffstat (limited to 'docs/intro')
| -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 1641ed2e17..dcddf86b8c 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -641,7 +641,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 |
