Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/templates
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25397 -- Documented class-based view context ↵Jacek Bzdak2015-10-231-0/+4
| | | | variable clash with context processors.
* Fixed #25574 -- Documented {{ dict.items }} shadowing in ↵Jacek Bzdak2015-10-212-0/+10
| | | | for template tag docs.
* 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 ↵Tim Graham2015-09-241-6/+1
| | | | | | TemplateResponse(). Per deprecation timeline.
* Refs #23269 -- Removed the removetags template tag and ↵Tim Graham2015-09-241-38/+0
| | | | related functions per deprecation timeline.
* Refs #22384 -- Removed the ability to reverse URLs by ↵Tim Graham2015-09-241-7/+0
| | | | dotted path per deprecation timeline.
* Refs #23261 -- Removed old style list syntax for ↵Tim Graham2015-09-241-6/+0
| | | | | | unordered_list filter Per deprecation timeline.
* Refs #24451 -- Removed comma-separated {% cycle %} ↵Tim Graham2015-09-241-12/+0
| | | | syntax per deprecation timeline.
* 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
| | | | timeline.
* Fixed #25386 -- Warned about differences between Engine ↵Tim Graham2015-09-241-0/+7
| | | | and DjangoTemplates.
* Fixed #25373 -- Added warning logging for exceptions ↵Nick Johnson2015-09-221-3/+8
| | | | during {% include %} tag rendering.
* Removed some discussion of deprecated {% url %} behavior.Tim Graham2015-09-051-15/+10
|
* Refs #24451 -- Corrected Django version for {% cycle %} ↵Tim Graham2015-08-191-1/+1
| | | | deprecation.
* Refs #25236 -- Discouraged use of ifequal/ifnotequal ↵Tim Graham2015-08-081-35/+8
| | | | template tags.
* Corrected some inconsistent headings in ↵Tim Graham2015-08-081-22/+19
| | | | docs/ref/templates/builtins.txt.
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
|
* Fixed #25159 -- Removed brackets from ↵Tim Graham2015-07-271-3/+3
| | | | | | class/function/method signatures in docs. Thanks hellbeast for the initial patch.
* 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
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Fixed #24839 -- Removed references to deprecated ↵Tim Graham2015-05-221-7/+0
| | | | contrib.webdesign.
* Fixed #24813 -- Documented {% include %} debug behavior ↵Andrei Kulakov2015-05-221-0/+9
| | | | variance
* Fixed #17085, #24783 -- Refactored template library ↵Preston Timmons2015-05-211-1/+29
| | | | | | | | registration. * Converted the ``libraries`` and ``builtins`` globals of ``django.template.base`` into properties of the Engine class. * Added a public API for explicit registration of libraries and builtins.
* Updated capitalization in the word "JavaScript" for ↵Dave Hodder2015-05-011-1/+1
| | | | consistency
* Added docs for new template loader api.Preston Timmons2015-04-221-26/+113
| | | | Refs #15053.
* Fixed #24657 -- Fixed include template tag example.Tim Graham2015-04-171-2/+4
| | | | Thanks pattypatpat for the report.
* Fixed #24603 -- Allowed Context.update() to be used as a ↵Tommy Beadle2015-04-141-0/+15
| | | | context manager.
* Fixed typos in docs/ref/templates/api.txtTim Graham2015-04-141-4/+4
|
* Fixed #12199 -- Added the ability to use "as" with the ↵Craig Oldford2015-04-141-0/+7
| | | | firstof template tag.
* Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant2015-04-141-7/+7
|
* Fixed #24600 -- Fixed inaccurate example in template ↵Tim Graham2015-04-081-1/+3
| | | | | | Context docs. Thanks pattypatpat for the report.
* 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 %} ↵Tim Graham2015-03-071-8/+8
| | | | syntax.
* Improved get_media_prefix template tag example.Aymeric Augustin2015-03-051-3/+5
|
* Set context.template instead of context.engine while ↵Aymeric Augustin2015-02-191-2/+2
| | | | | | | | rendering. This opens more possibilities, like accessing context.template.origin. It also follows the chain of objects instead of following a shortcut.
* 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
| | | | | | | | | | | A deprecation path is required because the return type of django.template.loader.get_template changed during the multiple template engines refactor. test_csrf_token_in_404 was incorrect: it tested the case when the hardcoded template was rendered, and that template doesn't depend on the CSRF token. This commit makes it test the case when a custom template is rendered.
* Fixed #24124 -- Changed context_processors in the ↵Collin Anderson2015-01-121-8/+4
| | | | default settings.py
* Fixed spelling errors in docs.Tim Graham2015-01-111-1/+1
|
* Improved template ugrading docs.Aymeric Augustin2015-01-101-13/+37
| | | | Recommending Template(template_code) was dumb. Described alternatives.
* Updated templates API reference.Aymeric Augustin2015-01-101-141/+252
| | | | Accounted for multiple template engines and made a few small fixes.
* 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
|