1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/staticfiles_tests
Denis Cornehl 3bec38888f Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files.
When using ManifestStaticFilesStorage, deleted static files would be
correctly cleaned up by "collectstatic --clear", but the manifest file
would still contain the stale entries.

Thanks to tedtieken for the report
2014-05-20 18:14:49 +02:00
..
apps
project
urls
__init__.py
storage.py
test_liveserver.py
tests.py Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files. 2014-05-20 18:14:49 +02:00