summaryrefslogtreecommitdiff
path: root/docs/ref/templates
Commit message (Expand)AuthorAgeFilesLines
* Corrected code-block directive in docs/ref/templates/builtins.txt.Pan Dango2023-05-071-1/+1
* Corrected code-block directives in docs.Jannis Vajen2023-05-041-1/+1
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-012-108/+145
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-281-8/+12
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-103-201/+589
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-171-6/+3
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-172-15/+0
* Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda2023-01-121-1/+1
* Fixed #33864 -- Deprecated length_is template filter.Nick Pope2022-07-231-0/+2
* Fixed #33317 -- Added note about unconditional evaluation of {% block %} tags.Victor2022-07-221-0/+9
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-311-4/+4
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-171-7/+0
* Fixed #33639 -- Enabled cached template loader in development.Carlton Gibson2022-04-191-9/+17
* Changed some words to use inline markup.David Smith2022-03-101-1/+1
* Changed "bolded" to "in bold" in docs.David Smith2022-03-091-1/+1
* Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.Andrey Otto2022-02-211-1/+1
* Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann2022-02-011-1/+7
* Stopped including type="text/css" attributes for CSS link tags.Claude Paroz2022-01-221-1/+1
* Corrected signatures of some functions in docs.Mariusz Felisiak2022-01-101-5/+5
* Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort te...Florian Apolloner2022-01-041-0/+7
* Fixed #33302 -- Made element_id optional argument for json_script template fi...Baptiste Mispelon2021-11-221-1/+5
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-4/+0
* Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...Mariusz Felisiak2021-09-081-0/+19
* Fixed #33067 -- Improved templatetag docs.Muhammad Hammad2021-09-031-3/+7
* Refs #32956 -- Corrected spelling of daylight saving time.David Smith2021-08-061-2/+2
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-292-3/+3
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-171-4/+5
* Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.Nick Pope2021-05-121-1/+1
* Fixed #20423 -- Doc'd that DTL variable names may not be a number.tim-mccurrach2021-02-261-4/+4
* Documented an example custom context processor.Adam Johnson2021-02-111-2/+11
* Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...Mariusz Felisiak2021-01-141-9/+0
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-9/+0
* Fixed typo in docs/ref/templates/builtins.txt.Roland Geider2021-01-041-1/+1
* Fixed #32149 -- Added support for years < 1000 to DateFormat.y().Sam2020-11-121-1/+1
* Updated {% static %} tag examples in docs to use single quotes where appropri...Nikita Sobolev2020-11-021-1/+1
* Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...Jacob Walls2020-10-131-0/+16
* Fixed #29336 -- Doc'd circular template inheritanceDavid Smith2020-08-051-0/+7
* Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson2020-06-241-1/+1
* Fixed typo in docs/ref/templates/language.txt.Chris May2020-06-011-1/+1
* Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.Jon Dufresne2020-05-111-1/+2
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-2/+1
* Updated template language philosophy in DTL docs.David Smith2020-04-231-5/+2
* Fixed typo in docs/ref/templates/builtins.txt.Mariusz Felisiak2020-04-151-1/+1
* Fixed highlightlang deprecation warning on Sphinx 1.8+.Mariusz Felisiak2020-04-071-1/+1
* Fixed #20995 -- Added support for iterables of template names to {% include %...Keshav Kumar2020-02-181-0/+8
* Refs #25778 -- Updated some links to HTTPS and new locations.Mariusz Felisiak2020-01-291-1/+1
* Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen2019-12-182-6/+6
* Fixed #31024 -- Clarified {% firstof %} tag's handling of arguments.Uttam Kini2019-12-041-2/+3
* Fixed #31006 -- Doc'd backslash escaping in date/time template filters.Ryan Cheley2019-12-021-1/+12
* Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon2019-11-271-1/+2