Fixed #23362 -- Clarified "database columns as attributes" in tutorial.

This commit is contained in:
Tim Graham 2014-08-26 10:00:33 -04:00
parent a3e88e64a4
commit 035f2e699c
1 changed files with 1 additions and 1 deletions

View File

@ -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