1
0
mirror of https://github.com/django/django.git synced 2025-05-13 18:36:29 +00:00

3 Commits

Author SHA1 Message Date
Yusuke Miyazaki
9039ff60e3 [1.9.x] Fixed #25346 -- Allowed collectstatic to delete broken symlinks.
Backport of 0922bbf18d3ae8f37e1823df2dbc270d33334548 from master
2015-10-17 14:14:29 -04:00
Aymeric Augustin
bf2c969eb7 Prevented staticfiles test from colliding when run in parallel.
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-09-09 23:01:17 +02:00
Moritz Sichert
b35b43dff8 Fixed #24982 -- Split staticfiles tests into multiple files 2015-07-01 09:41:27 -04:00