summaryrefslogtreecommitdiff
path: root/tests/i18n/utils.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-02-05Removed unused RunInTmpDirMixin.rmfile().Jon Dufresne
2017-01-21Refs #23919 -- Removed misc references to Python 2.Tim Graham
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-07-21Fixed #26924 -- Fixed i18n test failure on Mac OS X.Tobias McNulty
2016-06-13Removed some blank lines per isort.Tim Graham
2016-06-11Refs #26677 -- Simplified i18n test cleanups.Ramiro Morales