Opened 15 years ago
Closed 15 years ago
#11904 closed (fixed)
Error on docs page for conditional view processing
Reported by: | Torsten Bronger | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
On http://docs.djangoproject.com/en/dev/topics/conditional-view-processing/ it says
"If there is no match with the ETag, or if the resource has not been modified, a 304 status code can be sent back, instead of a full response, telling the client that nothing has changed."
The first "no" must be deleted if I understood the whole thing correctly.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | 11904.diff added |
---|
comment:1 by , 15 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
yes, that appears to be incorrect