Revīziju vēsture

Autors SHA1 Ziņojums Datums
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 gadi atpakaļ
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 2 gadi atpakaļ
  David ce586ed693 Removed hyphen from pre-/re- prefixes. 3 gadi atpakaļ
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 gadi atpakaļ
  Tom Carrick dcb69043d0 Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 4 gadi atpakaļ
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 gadi atpakaļ
  Tim Graham 8045dff98c Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline. 6 gadi atpakaļ
  eltronix 7ba7d203d8 Fixed typo in docs/ref/template-response.txt. 8 gadi atpakaļ
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 gadi atpakaļ
  Tim Graham 4d83b0163e Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 9 gadi atpakaļ
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 gadi atpakaļ
  Tim Graham 9af3c6b9ce Made template response APIs enforce the use of dict and backend-specific template objects. 9 gadi atpakaļ
  Tim Graham 5e450c52aa Removed current_app argument to render() and TemplateResponse(). 9 gadi atpakaļ
  Aymeric Augustin 2133f3157e Fixed #24168 -- Allowed selecting a template engine in a few APIs. 10 gadi atpakaļ
  Aymeric Augustin 79deb6a071 Accounted for multiple template engines in template responses. 10 gadi atpakaļ
  Aymeric Augustin cf1f36bb6e Deprecated current_app in TemplateResponse and render(_to_response). 10 gadi atpakaļ
  Luke Plant b748a8bc67 Fixed #23789 -- TemplateResponse handles context differently from render 10 gadi atpakaļ
  Unai Zalakain 5f2542f12a Fixed #10190 -- Made HttpResponse charset customizable. 11 gadi atpakaļ
  Baptiste Mispelon 05d36dc06e Always use parentheses when documenting a method with no arguments. 11 gadi atpakaļ
  Curtis Maloney c39c9f2ad8 Fixed #21154 -- Updated TemplateResponse docs to better explain context. 11 gadi atpakaļ
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 gadi atpakaļ
  Ramiro Morales 8eadbc5a03 Removed 'mimetype' arguments from a few places, as per deprecation TL. 11 gadi atpakaļ
  Silvan Spross cd72c55d86 Add missing imports and models to the examples in the view layer documentation 11 gadi atpakaļ
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 gadi atpakaļ
  Tim Graham 93cffc3b37 Added missing markup to docs. 12 gadi atpakaļ
  Aymeric Augustin 89cb771be7 Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 12 gadi atpakaļ
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 gadi atpakaļ
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 gadi atpakaļ
  Claude Paroz 596cb9c7e2 Replaced print statement by print function (forward compatibility syntax). 13 gadi atpakaļ
  Julien Phalip 648adcd35f Fixed #17285 -- Fixed a small typo in SimpleTemplateResponse's doc. Thanks, yorkedork. 13 gadi atpakaļ