Commit History

Author SHA1 Message Date
  Marten Kenbeek 6364df6887 Refs #24127 -- Added documentation for HttpRequest.current_app. 9 years ago
  Marten Kenbeek 738c0de300 Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None. 9 years ago
  I am Clinton e4f0e5a981 Fixed typos in docs/ref/request-response.txt 9 years ago
  Abdulrahman Alotaibi 62261ddd0f Fixed #24644 -- Added HTTP_ACCEPT to example headers list. 9 years ago
  Claude Paroz a0c2eb46dd Fixed #23960 -- Removed http.fix_location_header 9 years ago
  Jon Dufresne d861f95c44 Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on status_code. 10 years ago
  Rik 794c3f74c3 Fixed #24460 -- Extended HttpRequest.build_absolute_uri documentation 9 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 9 years ago
  Jon Dufresne 24b2bc635e Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib. 10 years ago
  Tim Graham 75f107b884 Removed request.REQUEST per deprecation timeline; refs #18659. 10 years ago
  Collin Anderson 3d2cae0896 Fixed #24072 -- Added FileResponse for streaming binary files. 10 years ago
  Sergey Parkhomenko 059c9ab24c Fixed #23977 -- Added setdefault() method to HttpResponse 10 years ago
  Theodoros Ikonomou 49d034fff2 Fixed typo in docs/ref/request-response.txt. 10 years ago
  Tim Graham ca88aa34ad Fixed spelling mistake in docs/ref/request-response.txt 10 years ago
  Michael Kelly ebc8e79cf3 Fixed #18523 -- Added stream-like API to HttpResponse. 10 years ago
  James Doherty adf8fb34ce Fixed typo in docs/ref/request-response.txt 10 years ago
  Unai Zalakain 5f2542f12a Fixed #10190 -- Made HttpResponse charset customizable. 11 years ago
  Tim Graham da009ce32c Removed doc reference to removed HttpResponse.mimetype. 10 years ago
  Tim Graham db9a1a0c47 Fixed #13755 -- Added a tip for caching responses that vary on AJAX. 10 years ago
  Tim Graham 81edf2d006 Fixed non-multiple of 4 indentation in docs/ref/request-response.txt. 10 years ago
  Éric Araujo e9c730f6be Fixed copy/paste typos in StreamingHttpResponse doc. 10 years ago
  Duncan Parkes d68987ae25 Fixed #22897 -- Made QueryDict query_string argument optional. 10 years ago
  Duncan Parkes 7f4e2ef1e9 Improved documentation for QueryDict. 10 years ago
  Claude Paroz 680a0f08b1 Updated doc links to point to Python 3 documentation 10 years ago
  Anubhav Joshi c8c2b8a638 Fixed #9535 -- Added a reference guide for file upload classes. 10 years ago
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 10 years ago
  Claude Paroz 3a97f992fb Fixed #22313 -- Removed 'u' prefixes from documentation 10 years ago
  zedr fad47367bf Fixed #21179 -- Added a StreamingHttpResponse example for CSV files. 10 years ago
  Daniel Pyrathon 885e7adf56 Fixed #22242 -- Documented common cookie size limit. 10 years ago
  Lukasz Balcerzak 0242134d32 Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded responses. 10 years ago