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-03-03
[1.2.X] Fixed #11206 -- Ensure that the floatformat template filter doesn't s...
Ramiro Morales
2011-03-03
[1.2.X] Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are pr...
Russell Keith-Magee
2011-03-03
[1.2.X] Fixed #15530 -- Corrected typo in template loader deprecation message...
Russell Keith-Magee
2011-02-27
[1.2.X] Fixed #15368 - test failures due to regression with RequestContext
Luke Plant
2011-02-21
Remove reference to use_l10n which snuck in from a backport from trunk.
Chris Beaven
2011-02-21
[1.2.X] Fix broken tests due to changes in r15591 by updating the test store_...
Chris Beaven
2011-02-20
[1.2.X] Ensure render_to_string leaves the context instance stack in the stat...
Chris Beaven
2011-02-04
[1.2.X] Fixed #14046 -- Made {% include %} behave the same, regardless of whe...
Russell Keith-Magee
2011-01-26
[1.2.X] Fixed #15157 -- Modified evaluation of literals surrounded by '_(' an...
Ramiro Morales
2011-01-24
[1.2.X] Fixed #14240 -- Enabled localization for the filesize filter. Thanks ...
Russell Keith-Magee
2011-01-13
[1.2.X] Fixed #2986 -- Made the JavaScript code that drives related model ins...
Ramiro Morales
2010-10-21
[1.2.X] Revert [13850], this was a new feature not a bugfix.
Chris Beaven
2010-09-13
[1.2.X] Fixed #13765 - 'safe' parameter for urlencode filter
Luke Plant
2010-09-13
[1.2.X] Fixed #12965 - unordered_list template filter fails when given a non-...
Luke Plant
2010-09-10
[1.2.X] Fixed #14235 - UnicodeDecodeError in CSRF middleware
Luke Plant
2010-09-09
[1.2.X] Patch CSRF-protection system to deal with reported security issue. An...
James Bennett
2010-09-07
[1.2.X] Fixed #13414 - QuerySet API ref wrong sql equivalent in __year lookup...
Luke Plant
2010-08-07
[1.2.X] Fixed #11021 -- Clarified newline stripping behavior in the truncatew...
Russell Keith-Magee
2010-08-03
[1.2.X] Fixed #11377: the template join filter now correctly escapes the join...
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
2010-02-13
Fixed #11944 -- Improved exception handling for the filesizeformat filter. Th...
Russell Keith-Magee
2010-01-26
Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ...
Russell Keith-Magee
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-01
Fixed #12472 - Correctly show TimeFields values when using locale-aware forma...
Jannis Leidel
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel
[next]