提交歷史

作者 SHA1 備註 提交日期
  Nick Pope 9bd174b9a7 Updated documentation and comments for RFC updates. 2 年之前
  Claude Paroz 93803a1b5f Fixed #33567 -- Avoided setting default text/html content type on responses. 3 年之前
  Keryn Knight 9bde906fb2 Refs #10188 -- Added tests for BadHeaderErrors when HTTP header with newlines cannot be encoded/decoded. 3 年之前
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 年之前
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 年之前
  Nicolas Restrepo bbb3965826 Refs #24121 -- Added __repr__() to StreamingHttpResponse and subclasses. 3 年之前
  Illia Volochii 3c004075b1 Fixed #32389 -- Fixed ResponseHeaders crash when data is not mapping. 4 年之前
  Tom Carrick dcb69043d0 Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 4 年之前
  Tom Carrick 2e7cc95499 Refs #32002 -- Added tests for HttpResponse's content_type parameter. 4 年之前
  Tom Carrick bcc2befd0e Fixed #31789 -- Added a new headers interface to HttpResponse. 4 年之前
  Jon Dufresne 505fec6bad Capitalized Unicode in docs, strings, and comments. 5 年之前
  Jon Dufresne 7f0946298e Replaced encode() usage with bytes literals. 5 年之前
  sage 9aa56cb0d5 Fixed #30294 -- Allowed HttpResponse to accept memoryview content. 6 年之前
  Jon Dufresne 82f286cf6f Refs #29784 -- Switched to https:// links where available. 6 年之前
  Tim Graham d8e2be459f Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values. 6 年之前
  luz.paz 97e637a87f Fixed typos in comments and docs. 6 年之前
  Alex Gaynor 9a56b4b13e Fixed #27863 -- Added support for the SameSite cookie flag. 7 年之前
  Jon Dufresne 0a66aa158a Refs #27308, #27753 -- Removed obsolete cookie test mixing bytes with str. 7 年之前
  Jon Dufresne 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 年之前
  Rajesh Veeranki 67e1afb4a8 Fixed #28224 -- Tested for SuspiciousOperation subclasses in Django's tests. 7 年之前
  Tim Graham 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 年之前
  Tim Graham 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 年之前
  Vytis Banaitis d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 年之前
  Claude Paroz 042b7350a0 Refs #23919 -- Removed unneeded str() calls 8 年之前
  Tim Graham 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 年之前
  Claude Paroz dc8834cad4 Refs #23919 -- Removed unneeded force_str calls 8 年之前
  Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 年之前
  Claude Paroz 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 年之前
  Claude Paroz c716fe8782 Refs #23919 -- Removed six.PY2/PY3 usage 8 年之前
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前