summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2011-05-25[1.3.X] Fixed #16004 - csrf_protect does not send cookie if view returns Temp...Luke Plant
2011-04-22[1.3.X] Fixes regression #15721 -- {% include %} and RequestContext not worki...Chris Beaven
2011-03-10Removed an unused code path.Luke Plant
2011-03-10Fixed #15572 - include with "only" option discards context properties (such a...Luke Plant
2011-03-08Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...Russell Keith-Magee
2011-03-03Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to...Ramiro Morales
2011-03-03Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...Russell Keith-Magee
2011-03-03Fixed #15530 -- Corrected typo in template loader deprecation message. Thanks...Russell Keith-Magee
2011-02-27Fixed #15368 - test failures due to regression with RequestContextLuke Plant
2011-02-21Fix broken tests due to changes in r15591 by updating the test store_rendered...Chris Beaven
2011-02-20Ensure render_to_string leaves the context instance stack in the state it was...Chris Beaven
2011-02-04Fixed #14046 -- Made {% include %} behave the same, regardless of whether the...Russell Keith-Magee
2011-01-26Fixed #15157 -- Modified evaluation of literals surrounded by _(' and ')' in ...Ramiro Morales
2011-01-26Fixed #13828 -- DRY'd up the dictsort(reversed) filters, will speed them up a...Alex Gaynor
2011-01-24Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...Russell Keith-Magee
2011-01-24Fixed #14240 -- Enabled localization for the filesize filter. Thanks to David...Russell Keith-Magee
2011-01-05Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel
2011-01-02Fixed #2986 -- Made the JavaScript code that drives related model instance ad...Ramiro Morales
2010-12-19Fixed #7153 -- _resolve_lookup now does a better job of resolving callables a...Chris Beaven
2010-12-19Fixed #14908 -- Added a 'takes_context' argument to simple_tag. Thanks to Jul...Russell Keith-Magee
2010-12-18Fixes #7817 and #9456.Chris Beaven
2010-12-16Fixed #2411 -- Fixed some XHTML validation errors in admindocs pages. Thanks ...Ramiro Morales
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-12-04Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...Ramiro Morales
2010-11-27Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...Russell Keith-Magee
2010-11-24Fixes #3529 -- more explicit documentation about Context.update. Thanks for t...Chris Beaven
2010-11-21Fixed #4552 -- minor tidy up of the {% for %} tag's comma splittingChris Beaven
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-11-17Fixed #10004 and #12320 -- Enabled the makemessages management command to col...Jannis Leidel
2010-11-02Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...Russell Keith-Magee
2010-10-30Fixed #14589 -- Corrected a copy-and-paste error introduced in r14395. Thanks...Russell Keith-Magee
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-09-13Fixed #13765 - 'safe' parameter for urlencode filterLuke Plant
2010-09-13Fixed #12965 - unordered_list template filter fails when given a non-iterable...Luke Plant
2010-09-10Fixed #14235 - UnicodeDecodeError in CSRF middlewareLuke Plant
2010-09-09Patch CSRF-protection system to deal with reported security issue. Announceme...James Bennett
2010-09-07Fixed #13475 - for tag raises an exception when trying to unpack a non-iterab...Luke Plant
2010-08-16Fixed #14002 -- Modified filesize filter to ensure strings are translatable. ...Russell Keith-Magee
2010-08-14Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file...Russell Keith-Magee
2010-08-07Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and...Russell Keith-Magee
2010-08-03Fixed #11377: the template join filter now correctly escapes the joiner, too.Jacob Kaplan-Moss
2010-05-21Refs #13573 -- Modified the key technique added in r13295 to be more robust a...Russell Keith-Magee
2010-05-21Fixed #13573 -- Corrected problem with template caching when template directo...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-19Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...Russell Keith-Magee
2010-04-15Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...Karen Tracey
2010-04-12Refs #13167 -- Corrected a regression in the way non-existent variables are h...Russell Keith-Magee
2010-04-11Fixed #13311 -- Modified the tag library import process so it doesn't mask im...Russell Keith-Magee
2010-04-10Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...Russell Keith-Magee