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
/
defaultfilters
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-03
another failing test case for square brackets.
Tom Insam
2012-10-31
Fixed #19070 -- urlize filter no longer raises exceptions on 2.7
Andrew Godwin
2012-10-28
Fixed #18964 -- floatformat test passes under py3k
Aymeric Augustin
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-07-25
Merge pull request #216 from ljosa/ticket_18644
Florian Apolloner
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-17
Fixed #18644 -- Made urlize trim trailing period followed by parenthesis
Vebjorn Ljosa
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-11
Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creat...
Claude Paroz
2012-04-07
Fixed #15683 -- Prevented escaped string to be needlessly marked safe twice i...
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-02-10
Updated a few localization formats to stop the changes done in r17473 from br...
Jannis Leidel
2012-02-04
Fixed #17592 -- Handle URLs starting with a dot when using urlize. Thanks, Cl...
Jannis Leidel
2012-01-15
Made dictsort and dictsort reversed template filters fail silently
Ramiro Morales
2012-01-08
Reverted parts of r17359 that could cause false positives in URL detection, e...
Aymeric Augustin
2012-01-08
Fixed #11911 -- Made the urlize filter smarter with closing punctuation.
Aymeric Augustin
2012-01-08
Fixed #16656 -- Changed the urlize filter to accept more top-level domains.
Aymeric Augustin
2012-01-08
Fixed #16395 -- Prevented urlize from highlighting some malformed URLs. Thank...
Aymeric Augustin
2012-01-08
Fixed #12183 -- Made the urlize filter insert the nofollow attribute properly...
Aymeric Augustin
2012-01-07
Fixed #13704 -- Handled IDN properly in the urlize template filter. Thanks Cl...
Aymeric Augustin
2012-01-07
Fixed #9655 -- Prevented the urlize template filter from double-quoting URLs....
Aymeric Augustin
2012-01-03
Fixed #17496 -- Regression in the floatformat template filter, introduced by ...
Aymeric Augustin
2011-12-30
Fixed #15789 -- Set the decimal precisio to avoid an exception in the floatfo...
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-29
Made the defaultfilters tests run on the actual filters, not on functions imp...
Aymeric Augustin
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-07-29
Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs...
Jannis Leidel
2011-05-06
Added missing future imports missed in r16167.
Jannis Leidel
2011-05-06
Make use of new translation and settings context manager in the tests.
Jannis Leidel
2011-03-03
Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to...
Ramiro Morales
2011-01-24
Fixed #14240 -- Enabled localization for the filesize filter. Thanks to David...
Russell Keith-Magee
2010-09-28
Migrated defaultfilters doctests. Thanks to Stephan Jaekel.
Russell Keith-Magee
2010-09-13
Fixed #12965 - unordered_list template filter fails when given a non-iterable...
Luke Plant
2010-08-14
Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-15
Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T...
Russell Keith-Magee
2010-02-13
Fixed #11944 -- Improved exception handling for the filesizeformat filter. Th...
Russell Keith-Magee
2009-04-12
Fixed #10675 -- Added unicode paragraph and line-sep handling to escapejs.
Malcolm Tredinnick
2009-03-31
Fixed #10513: floatformat now works with floatish things, not just real float...
Jacob Kaplan-Moss
2008-11-08
Fixed #5748 -- Made floatformat filter round properly on all platforms and ha...
Karen Tracey
2008-08-26
Cleaned up some tests I broke as a result of the escapejs changes in [8577].
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
Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil fil...
Russell Keith-Magee
2008-07-13
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...
Russell Keith-Magee
2008-06-26
Fixed #7542 -- Fixed bug in urlize where it was appending 'http://' to the li...
Adrian Holovaty
2008-06-19
Fixed #7355 -- Modified urlize utility to handle https:// addresses. Thanks f...
Russell Keith-Magee
2008-06-06
Fixed #7366 -- Modified a few expected test outputs to remove the dependency ...
Russell Keith-Magee
2007-12-04
Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up...
Jacob Kaplan-Moss
[next]