Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/howto/custom-template-tags.txt
Commit message (Expand)AuthorAgeFilesLines
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-11/+0
* Fixed #25447 -- Emphasized the need to restart dev server...Henry Jordan2015-09-231-2/+6
* Fixed #25018 -- Changed simple_tag to apply conditional_e...Luke Plant2015-06-291-2/+22
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-3/+14
* Added link to section in docs/howto/custom-template-tags....Ian Lee2015-03-131-1/+2
* Fixed typo in docs/howto/custom-template-tags.txt.Ian Lee2015-03-131-1/+1
* Fixed #24464 -- Made built-in HTML template filter functi...Erik Romijn2015-03-091-8/+19
* Fixed typo in docs/howto/custom-template-tags.txtTim Graham2015-03-091-1/+1
* Broke long lines in code examples.Ian Lee2015-02-231-6/+18
* Set context.template instead of context.engine while rend...Aymeric Augustin2015-02-191-10/+12
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-4/+3
* Fixed #18651 -- Enabled optional assignments for simple_t...Preston Timmons2015-02-031-36/+20
* Updated custom template tags how-to.Aymeric Augustin2015-01-101-16/+24
* Wrote main documentation for templates.Aymeric Augustin2015-01-101-0/+2
* Fixed #20435 -- Reordered the custom template tags docs.Daniel Roseman2014-11-171-310/+293
* Removed unnecessary code-block directives.areski2014-08-191-127/+47
* Fixed #22412 -- More nuanced advice re template filters a...Carl Meyer2014-04-101-3/+5
* Always use parentheses when documenting a method with no ...Baptiste Mispelon2014-01-221-3/+3
* Fixed #21722 -- Added a warning for avoiding XSS vulnerab...Tim Graham2014-01-021-0/+28
* Fixed #20962 -- Documented that template tag render() may...Bouke Haarsma2013-10-141-2/+6
* - missing __init__.pyAlexander2013-09-211-0/+1
* Fixed #20417 - Noted that a server restart is required to...Tim Graham2013-05-231-1/+2
* Added some links in /docs/intro/overview.txtTim Graham2013-05-191-0/+2
* Add missing imports and models to the examples in the tem...Silvan Spross2013-05-191-15/+33
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-0/+6
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-18/+6
* Removed support is_safe and needs_autoescape as function ...Aymeric Augustin2012-12-291-20/+0
* Fixed #18934 - Removed versionadded/changed annotations f...Tim Graham2012-09-211-2/+0
* [py3] Ported django.utils.safestring.Aymeric Augustin2012-08-181-3/+3
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-2/+0
* Replaced foo.next() by next(foo).Claude Paroz2012-05-101-2/+2
* Minor fixes in the custom template tags docs.Aymeric Augustin2012-04-291-4/+5
* Fixed #16939 -- Inaccurate implementation of {% comment %...Chris Beaven2012-03-051-1/+9
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-0/+25
* Fixed #17135 -- Made it possible to use decorators (like ...Aymeric Augustin2011-10-301-29/+52
* Fixed many more ReST indentation errors, somehow accident...Luke Plant2011-10-141-202/+202
* Added some sphinx cross-reference links to the built-in t...Julien Phalip2011-10-031-3/+3
* Brushed up the custom template tag 'howto' guide by movin...Julien Phalip2011-09-271-178/+254
* Fixed #13956 -- Enabled `*args` and `**kwargs` support fo...Julien Phalip2011-09-271-0/+67
* Fixed #16793. Added more cross referencing to the load ta...Alex Gaynor2011-09-101-0/+3
* Converted links to external topics so they use intersphin...Ramiro Morales2011-09-041-4/+2
* Fixed another typo in the docs.Jannis Leidel2011-06-181-1/+1
* Fixed #11989 -- Allow passing a Template instance to incl...Jannis Leidel2011-06-111-0/+9
* Fixed #12847 -- Added name parameter to simple_tag, assig...Jannis Leidel2011-06-111-0/+10
* Fixes #15732 -- better introduction of template filter de...Chris Beaven2011-05-201-19/+21
* Fixed #16014 -- numerous documentation typos -- thanks ps...Simon Meers2011-05-131-1/+1
* Added missing reference to custom template tag docs.Jannis Leidel2011-05-071-0/+2
* Fixed #14262 -- Added new assignment_tag as a simple way ...Jannis Leidel2011-05-031-1/+64
* Fixed small typos in custom template tags docs.Ramiro Morales2011-04-301-3/+3
* Changed 'raise' statements to new style syntax in documen...Ramiro Morales2011-03-171-7/+7