summaryrefslogtreecommitdiff
path: root/tests/utils_tests/files
AgeCommit message (Collapse)Author
2022-03-08Rewrote strip_tags test file to lorem ipsum.Adam Johnson
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
AP styleguide: Virtually none of the words ending with -wards end with an s.
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith
appropriate.
2021-03-09Updated 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/
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.