Changes between Initial Version and Version 1 of Ticket #13687


Ignore:
Timestamp:
Jun 2, 2010, 3:16:48 PM (14 years ago)
Author:
Alex Gaynor
Comment:

Cleaned up formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13687 – Description

    initial v1  
    11In Django dev documentation / API Reference / Request and response objects:
    22
    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".
    44According to the code, it should be "case-insensitive".
Back to Top