Opened 16 years ago

Closed 16 years ago

#8546 closed (fixed)

HttpResponse.content should be in an Attributes section, not in Methods

Reported by: Michael Schurter Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

HttpResponse.content is a property, not a method, so it should be in an Attributes section in the [browser:django/trunk/docs/ref/request-response.txt].

I'm new to the Django documentation, so feel free to just close this as Invalid if its wrong.

Attachments (1)

django-content-attr.patch (1.0 KB ) - added by Michael Schurter 16 years ago.

Download all attachments as: .zip

Change History (2)

by Michael Schurter, 16 years ago

Attachment: django-content-attr.patch added

comment:1 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: newclosed

(In [9054]) Fixed #8546 -- Fixed error in request-response.txt where we were incorrectly listing HttpResponse.content() in the 'Methods' section instead of the 'Attributes' section. Thanks, schmichael

Note: See TracTickets for help on using tickets.
Back to Top