| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2019-02-05 | Removed unused RunInTmpDirMixin.rmfile(). | Jon Dufresne | |
| Unused since bb7bb379e8cd91a91336946829519d64e919a1d2. | |||
| 2017-01-21 | Refs #23919 -- Removed misc references to Python 2. | Tim Graham | |
| 2017-01-20 | Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. | Tim Graham | |
| These functions do nothing on Python 3. | |||
| 2017-01-19 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Simon Charette | |
| 2016-07-21 | Fixed #26924 -- Fixed i18n test failure on Mac OS X. | Tobias McNulty | |
| 2016-06-13 | Removed some blank lines per isort. | Tim Graham | |
| 2016-06-11 | Refs #26677 -- Simplified i18n test cleanups. | Ramiro Morales | |
| The fact that we aren't dealing with the Django source tree anymore allows us to drop several tearDown()/addCleanup() calls that were concerned with removing apiece files/dirs/symlinks created by test cases, as we are covered by the removal of the parent temporary tree anyways. Thanks Tim Graham for advice and review. | |||
