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)
Change History (2)
by , 16 years ago
Attachment: | django-content-attr.patch added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(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