Changes between Initial Version and Version 1 of Ticket #13687
- Timestamp:
- Jun 2, 2010, 3:16:48 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13687 – Description
initial v1 1 1 In Django dev documentation / API Reference / Request and response objects: 2 2 3 HttpResponse.__delitem__(header) and HttpResponse.__getitem__(header)state the header is "case-sensitive".3 {{{ HttpResponse.__delitem__(header) }}} and {{{ HttpResponse.__getitem__(header) }}} state the header is "case-sensitive". 4 4 According to the code, it should be "case-insensitive".