summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/settings.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-18/+18
* Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann2021-02-061-2/+2
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-0/+2
* Refs #27741 -- Fixed staticfiles_tests.test_views when run in isolation.Tim Graham2017-01-251-0/+3
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-3/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Cleaned class inheritances in staticfiles testsClaude Paroz2016-03-281-1/+0
* Prevented staticfiles test from colliding when run in parallel.Aymeric Augustin2015-09-091-2/+0
* Fixed #24982 -- Split staticfiles tests into multiple filesMoritz Sichert2015-07-011-0/+32