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
/
tests
/
regressiontests
/
templates
/
filters.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-11-27
Fixed #19370 -- Made date filter properly handle midnight value
Danilo Bargen
2012-08-18
[py3] Fixed templates tests.
Aymeric Augustin
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-02-09
Fixed #16416 -- Added two new date formatting options for timezones and ISO w...
Jannis Leidel
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-09-18
Fixed #16676 -- Corrected the behavior of the 'add' template filter to return...
Julien Phalip
2011-07-25
Add some simple regression tests for the truncatechars filter. Refs #16510.
Chris Beaven
2010-09-13
Fixed #13765 - 'safe' parameter for urlencode filter
Luke Plant
2010-09-12
Fixed #13702 -- Made sure to actually fall back to the l10n format strings pr...
Jannis Leidel
2010-08-03
Fixed #11377: the template join filter now correctly escapes the joiner, too.
Jacob Kaplan-Moss
2010-03-15
Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...
Russell Keith-Magee
2010-02-22
Clarified a comment from [11687].
Jacob Kaplan-Moss
2010-02-22
Fixed #11687: the `add` filter is now less failsome when faced with things th...
Jacob Kaplan-Moss
2010-02-13
Fixed #12613 -- Added Q and Z to the list of characters supported by the phon...
Russell Keith-Magee
2009-12-12
Fixed #11972: Corrected title filter handling of numbers followed by letters....
Karen Tracey
2009-09-10
Fixed #11833: name conflict in filter test.
Luke Plant
2009-04-02
Fixed #9520: make the date filter fail silently for non-date values. Thanks, ...
Jacob Kaplan-Moss
2009-03-30
Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh...
Gary Wilson Jr
2009-03-30
Fixed #8462 -- Made `length` and `length_is` template filters fail silently w...
Gary Wilson Jr
2009-03-02
Fixed #9701 -- Added a "safeseq" template filter.
Malcolm Tredinnick
2008-11-15
Fixed #6948 -- The join filter was escaping the literal value that was
Malcolm Tredinnick
2008-10-28
Fixed #8966 -- Changed is_safe for length_is filter to False, since its retur...
Karen Tracey
2008-08-26
Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-aware
Malcolm Tredinnick
2008-08-26
Fixed #7177 -- Added extra robustness to the escapejs filter so that all
Malcolm Tredinnick
2008-08-25
Because the filter tests take non-zero time to pass, it's possible for one of
Malcolm Tredinnick
2008-08-25
Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c...
Russell Keith-Magee
2008-08-23
Reverted [8481] and [8482] while we work out what is going on with #8453 and ...
Russell Keith-Magee
2008-08-23
Corrected a test case error mistakenly committed in [8481].
Russell Keith-Magee
2008-08-23
Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil fil...
Russell Keith-Magee
2008-02-03
Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter.
Malcolm Tredinnick
2008-01-06
Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel.
Malcolm Tredinnick
2007-12-19
Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, Smile...
Malcolm Tredinnick
2007-11-29
Added tests and a small optimisation for [6721]. Thanks SmileyChris. Fixed #6049
Malcolm Tredinnick
2007-11-20
Fixed #5983 -- Made iriencode filter respect safe strings. Patch from
Malcolm Tredinnick
2007-11-17
Fixed a couple of chained filter tests that weren't demonstrating what they
Malcolm Tredinnick
2007-11-17
Fixed some missed auto-escaping and URL quoting cases in the urlize filter.
Malcolm Tredinnick
2007-11-17
Fixed #5945 -- Treat string literals in template filter arguments as safe
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick