index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
Age
Commit message (
Expand
)
Author
2011-06-11
Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to...
Jannis Leidel
2011-06-11
Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclus...
Jannis Leidel
2011-05-27
Tweaked some changes from [16283] to fix failures in i18n and defaultfilters ...
Ramiro Morales
2011-05-27
Moved a bunch of imports in the defaultfilters library out of functions. On ...
Alex Gaynor
2011-05-24
Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...
Luke Plant
2011-05-07
Fixed #15263 -- Added support for format localization to the now template tag...
Jannis Leidel
2011-05-03
Fixed #14262 -- Added new assignment_tag as a simple way to assign the result...
Jannis Leidel
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-04-28
Fixed #15070 -- Also pass current_app and use_l10n in inclusion_tags. Thanks,...
Jannis Leidel
2011-04-19
Fixed #15791 - method to signal that callable objects should not be called in...
Luke Plant
2011-04-19
Fixes #15721 (again) via a minor tweak to avoid unexpected behaviour of copy(...
Chris Beaven
2011-04-17
Fixes #15721 -- Make {% include %} and RequestContext work together again.
Chris Beaven
2011-04-02
Advanced deprecations in django.template.
Russell Keith-Magee
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-10
Removed an unused code path.
Luke Plant
2011-03-10
Fixed #15572 - include with "only" option discards context properties (such a...
Luke Plant
2011-03-08
Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...
Russell Keith-Magee
2011-03-03
Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to...
Ramiro Morales
2011-03-03
Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...
Russell Keith-Magee
2011-03-03
Fixed #15530 -- Corrected typo in template loader deprecation message. Thanks...
Russell Keith-Magee
2011-02-27
Fixed #15368 - test failures due to regression with RequestContext
Luke Plant
2011-02-21
Fix broken tests due to changes in r15591 by updating the test store_rendered...
Chris Beaven
2011-02-20
Ensure render_to_string leaves the context instance stack in the state it was...
Chris Beaven
2011-02-04
Fixed #14046 -- Made {% include %} behave the same, regardless of whether the...
Russell Keith-Magee
2011-01-26
Fixed #15157 -- Modified evaluation of literals surrounded by _(' and ')' in ...
Ramiro Morales
2011-01-26
Fixed #13828 -- DRY'd up the dictsort(reversed) filters, will speed them up a...
Alex Gaynor
2011-01-24
Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...
Russell Keith-Magee
2011-01-24
Fixed #14240 -- Enabled localization for the filesize filter. Thanks to David...
Russell Keith-Magee
2011-01-05
Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...
Jannis Leidel
2011-01-02
Fixed #2986 -- Made the JavaScript code that drives related model instance ad...
Ramiro Morales
2010-12-19
Fixed #7153 -- _resolve_lookup now does a better job of resolving callables a...
Chris Beaven
2010-12-19
Fixed #14908 -- Added a 'takes_context' argument to simple_tag. Thanks to Jul...
Russell Keith-Magee
2010-12-18
Fixes #7817 and #9456.
Chris Beaven
2010-12-16
Fixed #2411 -- Fixed some XHTML validation errors in admindocs pages. Thanks ...
Ramiro Morales
2010-12-07
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...
Russell Keith-Magee
2010-12-04
Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...
Ramiro Morales
2010-11-27
Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...
Russell Keith-Magee
2010-11-24
Fixes #3529 -- more explicit documentation about Context.update. Thanks for t...
Chris Beaven
2010-11-21
Fixed #4552 -- minor tidy up of the {% for %} tag's comma splitting
Chris Beaven
2010-11-20
Fixed #14389, #9666 -- Started the migration path to make the first argument ...
Russell Keith-Magee
2010-11-17
Fixed #10004 and #12320 -- Enabled the makemessages management command to col...
Jannis Leidel
2010-11-02
Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...
Russell Keith-Magee
2010-10-30
Fixed #14589 -- Corrected a copy-and-paste error introduced in r14395. Thanks...
Russell Keith-Magee
2010-10-29
Fixed #14181 -- Added a template tag and filters to allow localization to be ...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-09-13
Fixed #13765 - 'safe' parameter for urlencode filter
Luke Plant
2010-09-13
Fixed #12965 - unordered_list template filter fails when given a non-iterable...
Luke Plant
2010-09-10
Fixed #14235 - UnicodeDecodeError in CSRF middleware
Luke Plant
2010-09-09
Patch CSRF-protection system to deal with reported security issue. Announceme...
James Bennett
2010-09-07
Fixed #13475 - for tag raises an exception when trying to unpack a non-iterab...
Luke Plant
[prev]
[next]