1
0
mirror of https://github.com/django/django.git synced 2025-04-17 22:04:38 +00:00

[1.7.x] Fixed -- Clarified "database columns as attributes" in tutorial.

Backport of 035f2e699c from master
This commit is contained in:
Tim Graham 2014-08-26 10:00:33 -04:00
parent 9c849f7c7a
commit 808722e062

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