Commit 808722e0 authored by Tim Graham's avatar Tim Graham
Browse files

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

Backport of 035f2e69 from master
parent 9c849f7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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