Commit History

Author SHA1 Message Date
  Aymeric Augustin ee8d5b91e9 Wrote main documentation for templates. 10 years ago
  Aymeric Augustin 6c392bb2c0 Moved doc on the DTL's syntax to the ref/ section. 10 years ago
  Aymeric Augustin 9eb4f28e89 Deprecated TEMPLATE_CONTEXT_PROCESSORS. 10 years ago
  Aymeric Augustin d3205e3e2e Deprecated TEMPLATE_DIRS. 10 years ago
  Aymeric Augustin cf0fd65ed4 Deprecated TEMPLATE_LOADERS. 10 years ago
  Aymeric Augustin d3a982556d Deprecated TEMPLATE_STRING_IF_INVALID. 10 years ago
  Aymeric Augustin 92e8f1f302 Moved context_processors from django.core to django.template. 10 years ago
  Aymeric Augustin 90805b240f Supported multiple template engines in render_to_string. 10 years ago
  Aymeric Augustin 17012b6936 Deprecated dirs argument to override TEMPLATE_DIRS. 10 years ago
  Preston Timmons 536795f79a Fixed #23849 -- Documented the locmem.Loader class. 10 years ago
  Aymeric Augustin 2577ae6a08 Moved all template loaders under django.template.loaders. 10 years ago
  Thomas Chaumeny d3db878e4b Moved CSRF docs out of contrib. 10 years ago
  Tim Graham e7cb4f2fba Fixed #23736 -- Corrected the description of the value that silent_variable_failure uses. 10 years ago
  Tim Graham f85fcc75e3 Fixed #23737 -- Recommended the render() shortcut more strongly. 10 years ago
  Ola Sitarska b9b8895acb Fixed #23527 -- Removed Cheetah references in docs 10 years ago
  Bas Peschier eacf244506 Converted sql_queries into a lazily evaluated list. 10 years ago
  Tim Graham e02f45d5ea Fixed #17719 -- Documented that template syntax sequences cannot be used as string literals. 10 years ago
  Tim Graham 9432f1e750 Fixed some doc errors that caused syntax highlighting to fail. 10 years ago
  Moritz e7ffba8f78 Fixed #22167 -- Improved documentation on context processors 10 years ago
  Claude Paroz 7951f125e7 Updated the messages context processor docs 10 years ago
  Tim Graham 7f2505ad9e Fixed doc typos. 10 years ago
  Marek Wywiał 8274fa60f8 Made the new template.Context.flatten() method a public API. 10 years ago
  Baptiste Mispelon 1689744aee Added some internal links to render_to_string documentation. 11 years ago
  Baptiste Mispelon 077af42139 Fixed #21515 -- Corrected example of template.Context in documentation. 11 years ago
  Berker Peksag 2f0566fa61 Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE_DIRS. 11 years ago
  Preston Timmons 8625c7aab3 Fixed #16096 -- Added origin attribute to template instances. 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  Dominic Rodger c33d1ca1d9 Fixed #20852 - Fixed incorrectly generated left quotes in docs. 11 years ago
  Curtis Maloney a3e7d73ed7 Allowed Context.push to behave as a context mananger. 11 years ago
  Tim Graham 862a04a56d Fixed some markup in docs/ref/templates/api.txt 11 years ago