index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
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
2010-08-16
Fixed #14002 -- Modified filesize filter to ensure strings are translatable. ...
Russell Keith-Magee
2010-08-14
Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file...
Russell Keith-Magee
2010-08-07
Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and...
Russell Keith-Magee
2010-08-03
Fixed #11377: the template join filter now correctly escapes the joiner, too.
Jacob Kaplan-Moss
2010-05-21
Refs #13573 -- Modified the key technique added in r13295 to be more robust a...
Russell Keith-Magee
2010-05-21
Fixed #13573 -- Corrected problem with template caching when template directo...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-19
Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...
Russell Keith-Magee
2010-04-15
Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...
Karen Tracey
2010-04-12
Refs #13167 -- Corrected a regression in the way non-existent variables are h...
Russell Keith-Magee
2010-04-11
Fixed #13311 -- Modified the tag library import process so it doesn't mask im...
Russell Keith-Magee
2010-04-10
Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...
Russell Keith-Magee
2010-03-30
Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...
Russell Keith-Magee
2010-03-22
Fixed #12554 again: Corrected regression in silencing attribute lookups intro...
Karen Tracey
2010-03-20
Fixed #12554: Silence exceptions that have specified silent_variable_failure=...
Karen Tracey
2010-03-18
Fixed #13123 -- Cleaned up template loader for PyPy compatibility. Thanks to ...
Russell Keith-Magee
2010-03-16
Fixed #12787: Correctly identify the template that does not exist when a temp...
Karen Tracey
2010-03-15
Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...
Russell Keith-Magee
2010-03-08
Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit...
Luke Plant
2010-03-08
Fixed #11461: Ensured complete traceback is available on the debug page when ...
Karen Tracey
2010-03-02
Fixed #6510 -- Refactored the way child nodes are found in template nodes to ...
Russell Keith-Magee
2010-03-01
Fixed #12992: Adjusted the new template loader code so that the template
Karen Tracey
2010-02-27
Removed more stray tabs in Python files.
Karen Tracey
2010-02-27
Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report.
Russell Keith-Magee
2010-02-23
Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSynta...
Joseph Kocherhans
2010-02-23
Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande...
Justin Bronn
2010-02-22
Fixed #11687: the `add` filter is now less failsome when faced with things th...
Jacob Kaplan-Moss
2010-02-21
Fixed #5972 - Allow the template filters to be used with the trans tag. Thank...
Jannis Leidel
2010-02-21
Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...
Jannis Leidel
2010-02-21
Fixed #7876 - Improved template error message to include expected end tag. Th...
Jannis Leidel
[next]