커밋 기록

작성자 SHA1 메시지 날짜
  Andreas Pelme ab7a85ac29 Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware. 2 년 전
  Nick Pope 9bd174b9a7 Updated documentation and comments for RFC updates. 2 년 전
  Nick Pope 2bc47d7fe9 Avoided assignment followed by immediate return. 2 년 전
  Anders Kaseorg fbac2a4dd8 Fixed #33700 -- Skipped extra resolution for successful requests not ending with /. 2 년 전
  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 년 전
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 년 전
  Carlton Gibson ad11f5b8c9 Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 4 년 전
  Tom Carrick bcc2befd0e Fixed #31789 -- Added a new headers interface to HttpResponse. 4 년 전
  Claude Paroz 4d973f5939 Refs #26601 -- Deprecated passing None as get_response arg to middleware classes. 5 년 전
  Viktor Lomakin ee6b17187f Fixed #30812 -- Made ConditionalGetMiddleware set ETag only for responses with non-empty content. 5 년 전
  Claude Paroz 05d0eca635 Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY. 5 년 전
  Hasan Ramezani 090ca6512f Fixed #30604 -- Made mail_admins()/mail_managers() raise ValueError if ADMINS/MANAGERS is set incorrectly. 5 년 전
  Simon Charette 0f212db29d Made reused RequestFactory instances class attributes. 6 년 전
  Andreas Hug a656a68127 Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware. 6 년 전
  Tim Graham 48d57788ee Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline. 7 년 전
  Tim Graham 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 8 년 전
  chillaranand d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 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 c716fe8782 Refs #23919 -- Removed six.PY2/PY3 usage 8 년 전
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 년 전
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 년 전
  Sven Engström f46a838efc Fixed #26812 -- Fixed APPEND_SLASH on a URL including querystring with a trailing slash. 8 년 전
  Adam Malinowski 37809b891e Fixed #27346 -- Stopped setting the Content-Length header in ConditionalGetMiddleware. 8 년 전
  Kevin Christopher Henry 2327fad54e Fixed #27344 -- Made ConditionalGetMiddleware only process GET requests. 8 년 전
  Tim Graham 61f9243e51 Fixed #27345 -- Stopped setting the Date header in ConditionalGetMiddleware. 8 년 전
  Kevin Christopher Henry 9108696a75 Refs #19705 -- Changed gzip modification times to 0. 8 년 전
  Kevin Christopher Henry ad332e5ca9 Refs #19705 -- Made GZipMiddleware make ETags weak. 8 년 전
  Kevin Christopher Henry bd7237d7ec Fixed #19705 -- Set proper headers on conditional Not Modified responses. 8 년 전