﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25001	collectstatic does not correctly handle uninstallation of apps which write the same file as remaining apps.	Julian Andrews	aRkadeFR	"Steps to reproduce:

1. Create a project with two apps which write the same static file.
2. Run `python manage.py collectstatic`.
3. Uninstall the first app.
4. Re-run `python manage.py collectstatic`.

Expected behavior:
The file from the second (still installed) app should be installed.

Observed Behavior:
The file from the first (now uninstalled) app remains installed.
 
See [https://github.com/fusionbox/collectstatic_bug] for a demonstration of the bug."	Cleanup/optimization	closed	Documentation	1.8	Normal	fixed			Accepted	1	0	0	0	1	0
