Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #20296 -- Allowed SafeData and EscapeData to be lazyBaptiste Mispelon2013-05-251-0/+53
* Fixed #19237 (again) - Made strip_tags consistent between...Claude Paroz2013-05-231-0/+3
* Fixed #19237 -- Used HTML parser to strip tagsClaude Paroz2013-05-221-2/+6
* Fixed test failures from 09f865276554f35060ff939722ec4cef...Florian Apolloner2013-05-211-1/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-212-2/+2
* Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley2013-05-211-0/+22
* Fixed #20246 -- Added non-breaking spaces between values ...Emil Stenström2013-05-181-35/+36
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-34/+0
* Fixed #20321 -- Added missing key name in MergeDict KeyEr...Claude Paroz2013-04-261-0/+8
* Fix != operations on lazy objects.Alex Gaynor2013-04-191-0/+9
* Fixed #20276 -- Implemented __bool__ for MergeDictAnton Baklanov2013-04-191-0/+7
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-1228-27/+27
* Relaxed time frame check in test_strip_tagsClaude Paroz2013-04-011-1/+0
* Imported unittest from django.utils in util_testsClaude Paroz2013-04-011-2/+2
* Added more tests for strip_tags utilityClaude Paroz2013-04-013-0/+1436
* Fixed #20167 -- Preserve the traceback of `ImportError`s ...Joe Friedl2013-04-011-0/+10
* Fixed #20108 -- Fixed filepath_to_uri decoding errorClaude Paroz2013-03-221-1/+7
* Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn2013-03-223-1/+25
* Fixed #19456 -- Avoid infinite recursion when tracing Laz...Aymeric Augustin2013-03-181-0/+14
* Fixed #18447 -- Made LazyObject unwrap on dict access.Aymeric Augustin2013-03-181-0/+10
* Merge pull request #882 from loic/testfixRamiro Morales2013-03-071-1/+1
|\
| * Fixed minor warnings in tests.Loic Bistuer2013-03-051-1/+1
* | PEP8 cleanup of functional.pyPreston Holmes2013-03-071-4/+3
* | Fixed #19543 -- implemented SimpleLazyObject.__repr__Preston Holmes2013-03-071-4/+12
|/
* Made dateformat tests reactivate original languageAnssi Kääriäinen2013-02-271-0/+2
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-2638-0/+2724