summaryrefslogtreecommitdiff
path: root/docs/ref/templates
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon2019-11-181-1/+1
* [2.2.x] Fixed #30589 -- Clarified that urlize should be applied only to email...aitoehigie2019-07-011-2/+3
* [2.2.x] Refs #20122 -- Corrected documentation of pluralize template filter.Tobias Kunze2019-05-031-2/+2
* [2.2.x] Used extlinks for Django's source code.Tim Graham2019-03-281-3/+2
* [2.2.x] Used monospace font in date template filter format character docs.Philipp Bosch2019-03-211-39/+39
* Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne2018-10-231-1/+1
* Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za2018-10-231-1/+1
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-101-8/+8
* Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz2018-08-211-8/+8
* Fixed typo in docs/ref/templates/api.txt.Josh Schneier2018-08-061-4/+4
* Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.Vlastimil Zíma2018-08-061-3/+3
* Refs #29374 -- Moved misplaced line in date format docs tableClaude Paroz2018-08-061-1/+1
* Fixed typo in docs/ref/templates/builtins.txt.Stephen James2018-07-041-1/+1
* Doc'd that template variables & attributes may not start with an underscore.Greg Kaleka2018-07-031-4/+7
* Fixed links for i18n context processor docs.Tim Graham2018-06-281-2/+8
* Refs #17419 -- Removed IE8 support in json_script example.Tim Graham2018-06-221-2/+1
* Fixed #29374 -- Ordered date filter's format strings by category.Brenton Cleeland2018-06-041-49/+55
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-6/+0
* Fixed #17419 -- Added json_tag template filter.Jonas Haag2018-02-071-0/+40
* Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe.Tim Graham2018-01-271-2/+2
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-212-13/+13
* Fixed #29002 -- Corrected cached template loader docs about when it's automat...Tim Graham2018-01-111-2/+4
* Updated various links in docs to use HTTPS.Mariusz Felisiak2018-01-071-1/+1
* Fixed #28891 -- Documented Origin's loader attribute.M Somerville2017-12-071-1/+12
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-222-22/+0
* Refs #27175 -- Removed exception silencing from the {% include %} template tag.Tim Graham2017-09-221-15/+0
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-9/+9
* Removed stray versionadded/changed annotations for 1.10.Tim Graham2017-09-021-10/+0
* Fixed #28190 -- Clarifed how include/extends treat template names.Anupam2017-06-031-4/+6
* Fixed #26028 -- Added overriding templates howto.Philip James2017-06-021-0/+3
* Fixed #28239 -- Removed docs for a removed arg of template.Context.Tim Graham2017-05-251-8/+2
* Fixed #27730 -- Doc'd that template vars created outside a block can't be use...kapil garg2017-04-261-0/+7
* Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.Christoph Schindler2017-04-111-2/+2
* Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...Carlton Gibson2017-03-311-6/+14
* Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz2017-03-271-6/+19
* Removed self from method signatures in docs.Alasdair Nicol2017-03-161-1/+1
* Made a sentence in default_if_none docs consistent with other template filters.Joon Hwan 김준환2017-02-151-1/+1
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-1/+1
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-2/+1
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-3/+3
* Removed settings.TEMPLATES upgrade guide.Tim Graham2017-01-172-218/+0
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-172-31/+0
* Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.Tim Graham2017-01-171-11/+0
* Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.Tim Graham2017-01-171-13/+0
* Refs #15053 -- Removed support for non-recursive template loading.Tim Graham2017-01-171-31/+0
* Fixed #27598 -- Allowed specifying directories for a filesystem template loader.Tim Graham2016-12-141-0/+20
* Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne2016-09-081-0/+5
* Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham2016-09-031-11/+27
* Fixed #5908 -- Added {% resetcycle %} template tag.Sergei Maertens2016-09-011-0/+54
* Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.Baptiste Mispelon2016-08-261-1/+24