summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2015-12-23[1.8.x] Removed an extra header in docs/ref/templates/api.txt.Tim Graham
2015-11-17[1.8.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-11-13[1.8.x] Tweaked example text in docs/ref/templates/builtins.txt.Tom Christie
2015-10-23[1.8.x] Fixed #25397 -- Documented class-based view context variable clash wi...Jacek Bzdak
2015-10-21[1.8.x] Fixed #25574 -- Documented {{ dict.items }} shadowing in for template...Jacek Bzdak
2015-09-23[1.8.x] Fixed #25386 -- Warned about differences between Engine and DjangoTem...Tim Graham
2015-09-05[1.8.x] Removed some discussion of deprecated {% url %} behavior.Tim Graham
2015-08-08[1.8.x] Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.Tim Graham
2015-08-08[1.8.x] Corrected some inconsistent headings in docs/ref/templates/builtins.txt.Tim Graham
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
2015-07-27[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...Tim Graham
2015-07-04[1.8.x] Fixed #25051 -- Clarified return type of {% now %} tag.Tim Graham
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-05-22[1.8.x] Fixed #24839 -- Removed references to deprecated contrib.webdesign.Tim Graham
2015-05-21[1.8.x] Fixed #24813 -- Documented {% include %} debug behavior varianceAndrei Kulakov
2015-05-01[1.8.x] Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-17[1.8.x] Fixed #24657 -- Fixed include template tag example.Tim Graham
2015-04-14[1.8.x] Fixed typos in docs/ref/templates/api.txtTim Graham
2015-04-14[1.8.x] Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant
2015-04-08[1.8.x] Fixed #24600 -- Fixed inaccurate example in template Context docs.Tim Graham
2015-03-31[1.8.x] Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld
2015-03-16[1.8.x] Documented Context.get() method.Preston Timmons
2015-03-11[1.8.x] Fixed typo in current_app deprecation note.Preston Timmons
2015-03-05[1.8.x] Improved get_media_prefix template tag example.Aymeric Augustin
2015-02-19[1.8.x] Set context.template instead of context.engine while rendering.Aymeric Augustin
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-11Fixed spelling errors in docs.Tim Graham
2015-01-10Improved template ugrading docs.Aymeric Augustin
2015-01-10Updated templates API reference.Aymeric Augustin
2015-01-10Added release notes and upgrade instructions for templates.Aymeric Augustin
2015-01-10Wrote main documentation for templates.Aymeric Augustin
2015-01-10Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin
2015-01-05Fixed #24022 -- Deprecated the ssi tag.Preston Timmons
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin
2014-12-28Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-28Supported multiple template engines in render_to_string.Aymeric Augustin
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-17Fixed display of lists after website redesignMarkus Holtermann
2014-11-25Fixed #23914 -- Improved {% now %} to allow storing its result in the context.Baptiste Mispelon
2014-11-23Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin
2014-11-18Fixed #23849 -- Documented the locmem.Loader class.Preston Timmons
2014-11-16Moved all template loaders under django.template.loaders.Aymeric Augustin
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-03Moved CSRF docs out of contrib.Thomas Chaumeny