| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-17 | [1.7.x] Fixed display of lists after website redesign | Markus Holtermann | |
| Thanks Brian Jacobel for the report. refs django/djangoproject.com#197 Backport of c7786550c4ed396b8580db58f7da60e850894d19 from master | |||
| 2014-11-03 | [1.7.x] Fixed versionchanged indentation in docs/. | Berker Peksag | |
| Backport of 5c517ec218 from master | |||
| 2014-10-30 | [1.7.x] Fixed #23736 -- Corrected the description of the value that ↵ | Tim Graham | |
| silent_variable_failure uses. Thanks Aymeric Augustin for the report. Backport of e7cb4f2fba from master | |||
| 2014-10-30 | [1.7.x] Fixed #23737 -- Recommended the render() shortcut more strongly. | Tim Graham | |
| Thanks Aymeric Augustin for the report. Backport of f85fcc75e3 from master | |||
| 2014-10-30 | [1.7.x] Fixed #23558 -- documented slugify limitations | David Hoffman | |
| Backport of 03467368db from master | |||
| 2014-10-16 | [1.7.x] Fixed #12008 -- Clarified relationship between template blocks and ↵ | mcgeeco | |
| includes. Thanks Daniele Procida for suggested wording. Backport of 80b8d3bee0 from master | |||
| 2014-09-29 | [1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides. | Duane Hilton | |
| Thanks oinopion for the suggestion and jarus for the initial patch. Backport of 054bdfeff1 from master | |||
| 2014-09-17 | [1.7.x] Fixed #23499 -- Error in built-in template tag "now" documentation | Joseph Dougherty | |
| Backport of ab8248361e0a7b4fc7684eaaa5891e16b8562683 from master. | |||
| 2014-08-26 | [1.7.x] Fixed #17719 -- Documented that template syntax sequences cannot be ↵ | Tim Graham | |
| used as string literals. Backport of e02f45d5ea from master | |||
| 2014-08-18 | [1.7.x] Fixed some doc errors that caused syntax highlighting to fail. | Tim Graham | |
| Backport of 27fdac97ae from master | |||
| 2014-08-11 | [1.7.x] Added a warning that remove_tags() output shouldn't be considered safe. | Tim Graham | |
| Backport of 7efce77de2 from master | |||
| 2014-06-02 | [1.7.x] Fixed #22753 -- Documented ability to use a note with the {% comment ↵ | Bryce Nesbitt | |
| %} tag. Backport of e020894470 from master | |||
| 2014-05-16 | [1.7.x] Fixed #22167 -- Improved documentation on context processors | Moritz | |
| Backport of e7ffba8f78849fbf60b98fb8d67ef4577b585e3b from master. | |||
| 2014-05-06 | [1.7.x] Updated the messages context processor docs | Claude Paroz | |
| Refs #20610. Backport of 7951f125e frmo master. | |||
| 2014-04-26 | [1.7.x] Updated doc links to point to Python 3 documentation | Claude Paroz | |
| Backport of 680a0f08b from master. | |||
| 2014-03-22 | [1.7.x] Improved strip_tags and clarified documentation | Claude Paroz | |
| The fact that strip_tags cannot guarantee to really strip all non-safe HTML content was not clear enough. Also see: https://www.djangoproject.com/weblog/2014/mar/22/strip-tags-advisory/ Backport of 6ca6c36f82b from master. | |||
| 2014-03-03 | Fixed some typos and formatting issues in docs. | Rodolfo Carvalho | |
| 2014-03-01 | Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html() | Erik Romijn | |
| 2014-02-28 | Fixed doc typos. | Tim Graham | |
| 2014-02-23 | Fixed #21881 -- Clarify behavior of {% ssi %} template tag. | Baptiste Mispelon | |
| When using the `parsed` option, {% ssi %} has the same limitation as {% include %}, namely that the rendering of the included template is done separately. Thanks to trac user nagyv for the report and to alextreme for the patch. | |||
| 2014-02-16 | Made the new template.Context.flatten() method a public API. | Marek Wywiał | |
| That method was introduced in 9db4271bd11ac23a5a5652bbcdf8fb6d4b997651. Refs #21765. | |||
| 2014-02-13 | Fixed #19496 -- Added truncatechars_html filter. | Jeremy | |
| Thanks esevece for the suggestion and Nick Sandford and Martin Warne for the inital work on the patch. | |||
| 2014-01-22 | Fixed #21529 -- Noted that {% url %} encodes its output (refs #13260). | Tim Graham | |
| 2014-01-17 | Fixed #18942 -- Clarified usage of {% get_static_prefix %}. | Tim Graham | |
| Thanks Aymeric for the suggestion. | |||
| 2014-01-17 | Fixed #13116 -- Described scope of variables created by {% url ... as var %} ↵ | Tim Graham | |
| syntax. Thanks leif_p for the suggestion. | |||
| 2013-12-15 | Added some internal links to render_to_string documentation. | Baptiste Mispelon | |
| 2013-11-28 | Fixed #21515 -- Corrected example of template.Context in documentation. | Baptiste Mispelon | |
| Thanks to trac user oubiga for the report. | |||
| 2013-11-19 | fixed typo in builtins.txt | Julia Antokhine | |
| 2013-11-06 | Fixed another typo introduced by b914991b3705cb6c91013d962c55cda9deb18d83. | Baptiste Mispelon | |
| Thanks Claude for catching it. | |||
| 2013-11-05 | Fixed a documentation typo introduced by b914991b37. | Simon Charette | |
| 2013-11-06 | Added more tests and documentation for dictsort. | Baptiste Mispelon | |
| It's possible to use something like {{ foo|dictsort:'bar.baz' }} but this wasn't tested or documented. | |||
| 2013-11-01 | Fixed spelling ("dependant" -> "dependent") | Tim Graham | |
| Dependent means reliant on. A dependant is a person like a child or spouse. Thanks Andrew Wilcox for the report. | |||
| 2013-10-30 | Fixed #21306 -- Documented lower-casing behavior of title filter. | Tim Graham | |
| 2013-09-22 | Added docs for changes in commit dd3a883894. | Ramiro Morales | |
| Refs #20693. | |||
| 2013-09-21 | Fixed #21133 --Clarifed documentation about strftime formatting. | Curtis Maloney | |
| 2013-09-18 | Fixed #4278 -- Added a dirs parameter to a few functions to override ↵ | Berker Peksag | |
| TEMPLATE_DIRS. * django.template.loader.get_template() * django.template.loader.select_template() * django.shortcuts.render() * django.shortcuts.render_to_response() Thanks amcnabb for the suggestion. | |||
| 2013-09-13 | Fixed #21101 -- Updated urlize documentation to mention email addresses | Goetz | |
| 2013-09-06 | Fixed #16096 -- Added origin attribute to template instances. | Preston Timmons | |
| Thanks jdunck for the suggestion. | |||
| 2013-09-04 | Clarified docs for some tags and filters | Paul C. Anagnostopoulos | |
| 2013-08-29 | Fixed #17356 -- Allowed {% include %} to render compiled templates | Curtis Maloney | |
| Reviewed by Loic Bistuer and Tim Graham. | |||
| 2013-08-19 | Removed versionadded/changed annotations for 1.5 | Tim Graham | |
| 2013-08-14 | Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter. | Jonathan Slenders | |
| Thanks clay.evil@ for the suggestion. | |||
| 2013-08-06 | Fixed #20852 - Fixed incorrectly generated left quotes in docs. | Dominic Rodger | |
| Sphinx generates left single quotes for apostrophes after code markup, when right single quotes are required. The easiest way to fix this is just by inserting the unicode character for a right single quote. Instances of the problem were found by looking for ">‘" in the generated HTML. | |||
| 2013-07-17 | Allowed Context.push to behave as a context mananger. | Curtis Maloney | |
| Thanks Loic Bistuer for the review. | |||
| 2013-07-15 | Fixed some markup in docs/ref/templates/api.txt | Tim Graham | |
| 2013-06-17 | Fixed #20614 -- Typo in documentation. | Baptiste Darthenay | |
| 2013-06-15 | Fixed #20606 -- Fixed 'for' example in template tag docs | Claude Paroz | |
| Thanks batisteo for the report. | |||
| 2013-05-29 | Fixed regroup example. | Gavin Wahl | |
| Chicago was missing. | |||
| 2013-05-19 | Add missing imports and models to the examples in the template layer ↵ | Silvan Spross | |
| documentation | |||
| 2013-04-30 | Fixed #20336 -- Removed obsolete paragraph from the docs. | Aymeric Augustin | |
| Thanks Baptiste Mispelon. | |||
