| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-07 | Refs #29983 -- Added support for using pathlib.Path in all settings. | Jon Dufresne | |
| 2017-01-25 | Refs #27741 -- Fixed staticfiles_tests.test_views when run in isolation. | 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-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-03-28 | Cleaned class inheritances in staticfiles tests | Claude Paroz | |
| Thanks Tim Graham for precious inputs. | |||
| 2015-09-09 | Prevented staticfiles test from colliding when run in parallel. | Aymeric Augustin | |
| This requires that each test never alters files in static directories collected by other tests. The alternative is to add a temporary directory to STATICFILES_DIRS or a new app to INSTALLED_APPS. | |||
| 2015-07-01 | Fixed #24982 -- Split staticfiles tests into multiple files | Moritz Sichert | |
