summaryrefslogtreecommitdiff
path: root/tests/utils_tests/files
AgeCommit message (Collapse)Author
2021-03-09[3.2.x] Updated Git branch "master" to "main".Markus Holtermann
This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/ Backport of d9a266d657f66b8c4fa068408002a4e3709ee669 from main
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from ↵Jon Dufresne
<script> tags.
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2013-04-01Added more tests for strip_tags utilityClaude Paroz
Refs #19237.