Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/templates
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25397 -- Documented class-based view context varia...Jacek Bzdak2015-10-231-0/+4
* Fixed #25574 -- Documented {{ dict.items }} shadowing in ...Jacek Bzdak2015-10-212-0/+10
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-242-28/+1
* Removed template.loader.BaseLoader per deprecation timeline.Tim Graham2015-09-241-5/+0
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-241-6/+1
* Refs #23269 -- Removed the removetags template tag and re...Tim Graham2015-09-241-38/+0
* Refs #22384 -- Removed the ability to reverse URLs by dot...Tim Graham2015-09-241-7/+0
* Refs #23261 -- Removed old style list syntax for unordere...Tim Graham2015-09-241-6/+0
* Refs #24451 -- Removed comma-separated {% cycle %} syntax...Tim Graham2015-09-241-12/+0
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-242-55/+1
* Refs #22789 -- Removed contrib.webdesign per deprecation ...Tim Graham2015-09-241-4/+0
* Fixed #25386 -- Warned about differences between Engine a...Tim Graham2015-09-241-0/+7
* Fixed #25373 -- Added warning logging for exceptions duri...Nick Johnson2015-09-221-3/+8
* Removed some discussion of deprecated {% url %} behavior.Tim Graham2015-09-051-15/+10
* Refs #24451 -- Corrected Django version for {% cycle %} d...Tim Graham2015-08-191-1/+1
* Refs #25236 -- Discouraged use of ifequal/ifnotequal temp...Tim Graham2015-08-081-35/+8
* Corrected some inconsistent headings in docs/ref/template...Tim Graham2015-08-081-22/+19
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
* Fixed #25159 -- Removed brackets from class/function/meth...Tim Graham2015-07-271-3/+3
* Fixed #25120 -- Deprecated egg template loader.Tim Graham2015-07-161-0/+4
* Fixed #25051 -- Clarified return type of {% now %} tag.Tim Graham2015-07-041-2/+2
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-242-4/+4
* Fixed #24839 -- Removed references to deprecated contrib....Tim Graham2015-05-221-7/+0
* Fixed #24813 -- Documented {% include %} debug behavior v...Andrei Kulakov2015-05-221-0/+9
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-1/+29
* Updated capitalization in the word "JavaScript" for consi...Dave Hodder2015-05-011-1/+1
* Added docs for new template loader api.Preston Timmons2015-04-221-26/+113
* Fixed #24657 -- Fixed include template tag example.Tim Graham2015-04-171-2/+4
* Fixed #24603 -- Allowed Context.update() to be used as a ...Tommy Beadle2015-04-141-0/+15
* Fixed typos in docs/ref/templates/api.txtTim Graham2015-04-141-4/+4
* Fixed #12199 -- Added the ability to use "as" with the fi...Craig Oldford2015-04-141-0/+7
* Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant2015-04-141-7/+7
* Fixed #24600 -- Fixed inaccurate example in template Cont...Tim Graham2015-04-081-1/+3
* Fixed typo in docs/ref/templates/builtins.txtJoost Rijneveld2015-04-011-1/+1
* Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons2015-03-161-0/+7
* Documented Context.get() method.Preston Timmons2015-03-161-0/+5
* Fixed typo in current_app deprecation note.Preston Timmons2015-03-111-1/+1
* Fixed #24451 -- Deprecated comma-separated {% cycle %} sy...Tim Graham2015-03-071-8/+8
* Improved get_media_prefix template tag example.Aymeric Augustin2015-03-051-3/+5
* Set context.template instead of context.engine while rend...Aymeric Augustin2015-02-191-2/+2
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-152-4/+8
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-032-3/+3
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-022-26/+2
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-0/+2
* Fixed #24124 -- Changed context_processors in the default...Collin Anderson2015-01-121-8/+4
* Fixed spelling errors in docs.Tim Graham2015-01-111-1/+1
* Improved template ugrading docs.Aymeric Augustin2015-01-101-13/+37
* Updated templates API reference.Aymeric Augustin2015-01-101-141/+252
* Added release notes and upgrade instructions for templates.Aymeric Augustin2015-01-102-0/+188
* Wrote main documentation for templates.Aymeric Augustin2015-01-102-237/+34