| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-04 | [3.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in ↵ | Natalia | |
| django.utils.text.Truncator when truncating HTML text. Thanks Wenchao Li of Alibaba Group for the report. | |||
| 2022-06-27 | [3.2.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. | Mariusz Felisiak | |
| sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked. Backport of ac90529cc58507d9a07610809a795ec5fc3cbf8c from main. | |||
| 2022-02-01 | [3.2.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag. | Markus Holtermann | |
| Thanks Keryn Knight for the report. Backport of 394517f07886495efcf79f95c7ee402a9437bd68 from main. Co-authored-by: Adam Johnson <me@adamj.eu> | |||
| 2022-01-04 | [3.2.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in ↵ | Florian Apolloner | |
| dictsort template filter. Thanks to Dennis Brinkrolf for the report. Co-authored-by: Adam Johnson <me@adamj.eu> | |||
| 2021-05-17 | [3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and ↵ | Nick Pope | |
| use HTTPS. Backport of c156e369553c75a30c78b8ed54a57b1101865105 from main | |||
| 2021-02-26 | [3.2.x] Fixed #20423 -- Doc'd that DTL variable names may not be a number. | tim-mccurrach | |
| Backport of 7587139d35b630a19fdc55a5f3789475e5ed26c8 from master | |||
| 2021-02-11 | [3.2.x] Documented an example custom context processor. | Adam Johnson | |
| Backport of 0963f184abd96800b76b19a6a181e1b544c7fafe from master | |||
| 2021-01-04 | Fixed typo in docs/ref/templates/builtins.txt. | Roland Geider | |
| 2020-11-12 | Fixed #32149 -- Added support for years < 1000 to DateFormat.y(). | Sam | |
| 2020-11-02 | Updated {% static %} tag examples in docs to use single quotes where ↵ | Nikita Sobolev | |
| appropriate. | |||
| 2020-10-13 | Fixed #20601 -- Allowed forcing format with thousand separators in ↵ | Jacob Walls | |
| floatformat filter. Thanks Claude Paroz and Nick Pope for reviews. | |||
| 2020-08-05 | Fixed #29336 -- Doc'd circular template inheritance | David Smith | |
| 2020-06-24 | Refs #31493 -- Replaced var with const/let in documentation JS. | Adam Johnson | |
| 2020-06-01 | Fixed typo in docs/ref/templates/language.txt. | Chris May | |
| 2020-05-11 | Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags. | Jon Dufresne | |
| The {% if %} tag provides all features of these tags. Since Django 1.2 (May 17, 2010), the docs have hinted that {% ifequal %} and {% ifnotequal %} will be deprecated in a future Django version. Time to make it official. | |||
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2020-04-23 | Updated template language philosophy in DTL docs. | David Smith | |
| 2020-04-15 | Fixed typo in docs/ref/templates/builtins.txt. | Mariusz Felisiak | |
| 2020-04-07 | Fixed highlightlang deprecation warning on Sphinx 1.8+. | Mariusz Felisiak | |
| 2020-02-18 | Fixed #20995 -- Added support for iterables of template names to {% include ↵ | Keshav Kumar | |
| %} template tag. Thanks Adam Johnson for the review. | |||
| 2020-01-29 | Refs #25778 -- Updated some links to HTTPS and new locations. | Mariusz Felisiak | |
| 2019-12-18 | Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags. | Mike Hansen | |
| 2019-12-04 | Fixed #31024 -- Clarified {% firstof %} tag's handling of arguments. | Uttam Kini | |
| 2019-12-02 | Fixed #31006 -- Doc'd backslash escaping in date/time template filters. | Ryan Cheley | |
| 2019-11-27 | Fixed #31029 -- Used more specific links to RFCs. | Baptiste Mispelon | |
| 2019-11-18 | Fixed #30990 -- Fixed example output in 'z' date format docs. | Baptiste Mispelon | |
| 2019-11-07 | Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ↵ | Jon Dufresne | |
| docs. Thanks Curtis Maloney for the original patch. | |||
| 2019-10-31 | Fixed #30761 -- Prevented floatformat filter from returning a negative zero. | Sky | |
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-07-01 | Fixed #30589 -- Clarified that urlize should be applied only to email ↵ | aitoehigie | |
| addresses without single quotes. | |||
| 2019-05-03 | Refs #20122 -- Corrected documentation of pluralize template filter. | Tobias Kunze | |
| 2019-04-25 | Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use ↵ | Jon Dufresne | |
| html.escape()/unescape(). | |||
| 2019-04-18 | Fixed typos in docs, comments, and exception messages. | Ville Skyttä | |
| 2019-03-28 | Used extlinks for Django's source code. | Tim Graham | |
| 2019-03-21 | Used monospace font in date template filter format character docs. | Philipp Bosch | |
| Helps distinguish between lowercase L and uppercase I. | |||
| 2019-01-17 | Removed versionadded/changed annotations for 2.1. | Tim Graham | |
| 2018-10-23 | Refs #29877 -- Made diveinto.org URLs HTTPS. | Jon Dufresne | |
| 2018-10-23 | Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/. | za | |
| 2018-09-10 | Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| 2018-08-21 | Fixed #29654 -- Made text truncation an ellipsis character instead of three ↵ | Claude Paroz | |
| dots. Thanks Sudhanshu Mishra for the initial patch and Tim Graham for the review. | |||
| 2018-08-06 | Fixed typo in docs/ref/templates/api.txt. | Josh Schneier | |
| 2018-08-06 | Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates. | Vlastimil Zíma | |
| 2018-08-06 | Refs #29374 -- Moved misplaced line in date format docs table | Claude Paroz | |
| 2018-07-04 | Fixed typo in docs/ref/templates/builtins.txt. | Stephen James | |
| 2018-07-03 | Doc'd that template variables & attributes may not start with an underscore. | Greg Kaleka | |
| 2018-06-28 | Fixed links for i18n context processor docs. | Tim Graham | |
| 2018-06-22 | Refs #17419 -- Removed IE8 support in json_script example. | Tim Graham | |
| 2018-06-04 | Fixed #29374 -- Ordered date filter's format strings by category. | Brenton Cleeland | |
| 2018-05-17 | Removed versionadded/changed annotations for 2.0. | Tim Graham | |
| 2018-02-07 | Fixed #17419 -- Added json_tag template filter. | Jonas Haag | |
