| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-24 | [3.0.x] Refs #31493 -- Replaced var with const/let in documentation JS. | Adam Johnson | |
| Backport of 2afa61e7d99b2ff2656dc64b6e28db88baf786a4 from master Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2020-06-01 | [3.0.x] Fixed typo in docs/ref/templates/language.txt. | Chris May | |
| Backport of ecaac9e42f497be04ddc72dfebb6e397ccca9517 from master | |||
| 2020-04-15 | [3.0.x] Fixed typo in docs/ref/templates/builtins.txt. | Mariusz Felisiak | |
| Backport of fc0b48d2e7aaaeb390936916f56dc0631717d022 from master | |||
| 2020-04-07 | [3.0.x] Fixed highlightlang deprecation warning on Sphinx 1.8+. | Mariusz Felisiak | |
| Backport of 678f958ef972bf9be402332537149ca0884035ba from master | |||
| 2020-01-29 | [3.0.x] Refs #25778 -- Updated some links to HTTPS and new locations. | Mariusz Felisiak | |
| Backport of 0ac8ac8b0dece68072548900e992fc31493154c1 from master | |||
| 2019-12-04 | [3.0.x] Fixed #31024 -- Clarified {% firstof %} tag's handling of arguments. | Uttam Kini | |
| Backport of d646e3d14fa04b5081476b84f4500c8651c167c2 from master | |||
| 2019-12-02 | [3.0.x] Fixed #31006 -- Doc'd backslash escaping in date/time template filters. | Ryan Cheley | |
| Backport of a1f14ee3e5a2160c2eef1dad58a1da11be4b1531 from master | |||
| 2019-11-28 | [3.0.x] Fixed #31029 -- Used more specific links to RFCs. | Baptiste Mispelon | |
| Backport of ff1b19da6761217ed1b14cc7e94c6438903565d8 from master | |||
| 2019-11-18 | [3.0.x] Fixed #30990 -- Fixed example output in 'z' date format docs. | Baptiste Mispelon | |
| Backport of 1185c6172b4dd5482b7bc76b12d7a0588320e027 from master | |||
| 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 | |
| 2018-01-27 | Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe. | Tim Graham | |
| 2018-01-21 | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | |
| 2018-01-11 | Fixed #29002 -- Corrected cached template loader docs about when it's ↵ | Tim Graham | |
| automatically enabled. Thanks oTree-org for the suggestion. | |||
| 2018-01-07 | Updated various links in docs to use HTTPS. | Mariusz Felisiak | |
| 2017-12-07 | Fixed #28891 -- Documented Origin's loader attribute. | M Somerville | |
| 2017-09-22 | Removed versionadded/changed annotations for 1.11. | Tim Graham | |
| 2017-09-22 | Refs #27175 -- Removed exception silencing from the {% include %} template tag. | Tim Graham | |
| Per deprecation timeline. | |||
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-09-02 | Removed stray versionadded/changed annotations for 1.10. | Tim Graham | |
| 2017-06-03 | Fixed #28190 -- Clarifed how include/extends treat template names. | Anupam | |
| 2017-06-02 | Fixed #26028 -- Added overriding templates howto. | Philip James | |
| 2017-05-25 | Fixed #28239 -- Removed docs for a removed arg of template.Context. | Tim Graham | |
| 2017-04-26 | Fixed #27730 -- Doc'd that template vars created outside a block can't be ↵ | kapil garg | |
| used in it. | |||
| 2017-04-11 | Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt. | Christoph Schindler | |
| The format changed in 22bfc451467ec6e13044a87a97cf00e9f8a845e4. | |||
| 2017-03-31 | Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates ↵ | Carlton Gibson | |
| engine if multiple are defined. | |||
| 2017-03-27 | Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758. | Claude Paroz | |
| 2017-03-16 | Removed self from method signatures in docs. | Alasdair Nicol | |
| 2017-02-15 | Made a sentence in default_if_none docs consistent with other template filters. | Joon Hwan 김준환 | |
| 2017-02-03 | Fixed spelling of "nonexistent". | Tim Graham | |
