summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2016-06-14[1.9.x] Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-05-08[1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-04-28[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-02-27[1.9.x] Fixed #26275 -- Noted difference between o and Y date format chars.inondle
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-11[1.9.x] Added missing period to "etc.".pp
2015-12-23[1.9.x] Removed an extra header in docs/ref/templates/api.txt.Tim Graham
2015-12-09[1.9.x] Removed redundant highlight/code-block directives in docs/ref/templat...Tim Graham
2015-12-02[1.9.x] Removed duplicate Sphinx reference in docs/ref/templates/builtins.txt.Tim Graham
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-17[1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-11-13[1.9.x] Tweaked example text in docs/ref/templates/builtins.txt.Tom Christie
2015-10-23[1.9.x] Fixed #25397 -- Documented class-based view context variable clash wi...Jacek Bzdak
2015-10-21[1.9.x] Fixed #25574 -- Documented {{ dict.items }} shadowing in for template...Jacek Bzdak
2015-09-23Fixed #25386 -- Warned about differences between Engine and DjangoTemplates.Tim Graham
2015-09-21Fixed #25373 -- Added warning logging for exceptions during {% include %} tag...Nick Johnson
2015-09-05Removed some discussion of deprecated {% url %} behavior.Tim Graham
2015-08-19Refs #24451 -- Corrected Django version for {% cycle %} deprecation.Tim Graham
2015-08-08Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.Tim Graham
2015-08-08Corrected some inconsistent headings in docs/ref/templates/builtins.txt.Tim Graham
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-16Fixed #25120 -- Deprecated egg template loader.Tim Graham
2015-07-04Fixed #25051 -- Clarified return type of {% now %} tag.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-22Fixed #24839 -- Removed references to deprecated contrib.webdesign.Tim Graham
2015-05-21Fixed #24813 -- Documented {% include %} debug behavior varianceAndrei Kulakov
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-05-01Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-22Added docs for new template loader api.Preston Timmons
2015-04-17Fixed #24657 -- Fixed include template tag example.Tim Graham
2015-04-14Fixed #24603 -- Allowed Context.update() to be used as a context manager.Tommy Beadle
2015-04-14Fixed typos in docs/ref/templates/api.txtTim Graham
2015-04-14Fixed #12199 -- Added the ability to use "as" with the firstof template tag.Craig Oldford
2015-04-14Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant
2015-04-08Fixed #24600 -- Fixed inaccurate example in template Context docs.Tim Graham
2015-03-31Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld
2015-03-16Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons
2015-03-16Documented Context.get() method.Preston Timmons
2015-03-11Fixed typo in current_app deprecation note.Preston Timmons
2015-03-07Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax.Tim Graham
2015-03-05Improved get_media_prefix template tag example.Aymeric Augustin
2015-02-19Set context.template instead of context.engine while rendering.Aymeric Augustin
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
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