Opened 14 years ago

Last modified 14 years ago

#13687 closed

Getting and deleting HttpResponse header are case-insensitive — at Initial Version

Reported by: master Owned by: nobody
Component: Documentation Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In Django dev documentation / API Reference / Request and response objects:

HttpResponse.delitem(header) and HttpResponse.getitem(header) state the header is "case-sensitive".
According to the code, it should be "case-insensitive".

Change History (0)

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