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
/
defaultfilters
Age
Commit message (
Expand
)
Author
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-02
Fixed #22130 -- fixed template_tests/defaultfilters order dependent test failure
Erik Romijn
2014-03-01
Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html()
Erik Romijn
2014-02-13
Fixed #19496 -- Added truncatechars_html filter.
Jeremy
2014-01-27
Removed superfluous uses of TransRealMixin.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-06
Added more tests and documentation for dictsort.
Baptiste Mispelon
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-22
Fixed #21307 -- Moved TransRealMixin to django.test.utils.
Ramiro Morales
2013-10-22
Removed import * in tests.
Tim Graham
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21267 -- Fixed E502 pep8 warnings
Alasdair Nicol
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-10
Whitespace cleanup.
Tim Graham
2013-10-08
Fixed #20568 -- truncatewords_html no longer splits words containing HTML ent...
Jaap Roes
2013-09-26
Fix Python 3.2 compatiblity by removing unicode literals.
Simon Charette
2013-09-25
Fixed #20364 -- Changed urlize regexes to include quotation marks as punctation.
Giles Richard Greenway
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-16
Combine consecutive with statements
Claude Paroz
2013-07-28
Simplified smart_urlquote and added some basic tests.
Florian Apolloner
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-30
Fixed #20502 -- Flushed i18n caches for a defaultfilter test
Claude Paroz
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-05-19
Fixed test failure introduced in 1927bf7c91.
Aymeric Augustin
2013-05-19
Fix #19070 -- Additional test for urlize and brackets
Erik Romijn
2013-05-18
Fixed #20246 -- Added non-breaking spaces between values an units
Emil Stenstròˆm
2013-04-01
Fixed #20172 -- Ensured urlize supports IPv4/IPv6 addresses
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner