Opened 15 years ago

Closed 14 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)

11904.diff (1.1 KB ) - added by Tim Graham 15 years ago.

Download all attachments as: .zip

Change History (3)

by Tim Graham, 15 years ago

Attachment: 11904.diff added

comment:1 by Tim Graham, 15 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

yes, that appears to be incorrect

comment:2 by Adrian Holovaty, 14 years ago

Resolution: fixed
Status: newclosed

(In [12179]) Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, bronger and timo

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